summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdinstall
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2015-11-03 21:19:46 +0000
committerdteske <dteske@FreeBSD.org>2015-11-03 21:19:46 +0000
commit6ce8a39dbbb92ac7d400eaaa853f054e4ad5d0bd (patch)
treef14c6c5cb70f6878d18b3b21f58d36ebf80d2c3b /usr.sbin/bsdinstall
parent03c12945ffea646c329c8ebe43b1ebcd9a9624cc (diff)
downloadFreeBSD-src-6ce8a39dbbb92ac7d400eaaa853f054e4ad5d0bd.zip
FreeBSD-src-6ce8a39dbbb92ac7d400eaaa853f054e4ad5d0bd.tar.gz
Fix typo in error message
Differential Revision: https://reviews.freebsd.org/D3997 Submitted by: git_johnko.ca (John Ko) MFC after: 3 days X-MFC-to: stable/10 stable/9
Diffstat (limited to 'usr.sbin/bsdinstall')
-rw-r--r--usr.sbin/bsdinstall/distfetch/distfetch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdinstall/distfetch/distfetch.c b/usr.sbin/bsdinstall/distfetch/distfetch.c
index 4e870c8..219847d 100644
--- a/usr.sbin/bsdinstall/distfetch/distfetch.c
+++ b/usr.sbin/bsdinstall/distfetch/distfetch.c
@@ -78,7 +78,7 @@ main(void)
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();
OpenPOWER on IntegriCloud