Index: /usr/src/usr.sbin/bsdinstall/distfetch/distfetch.c =================================================================== --- /usr/src/usr.sbin/bsdinstall/distfetch/distfetch.c +++ /usr/src/usr.sbin/bsdinstall/distfetch/distfetch.c @@ -1,6 +1,7 @@ /*- * Copyright (c) 2011 Nathan Whitehorn * Copyright (c) 2014 Devin Teske + * Copyright (c) 2015 John Ko * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -78,7 +79,7 @@ if (chdir(getenv("BSDINSTALL_DISTDIR")) != 0) { snprintf(error, sizeof(error), - "Could could change to directory %s: %s\n", + "Could not change to directory %s: %s\n", getenv("BSDINSTALL_DISTDIR"), strerror(errno)); dialog_msgbox("Error", error, 0, 0, TRUE); end_dialog();