Author: dteske Date: Tue Jul 3 22:11:16 2018 New Revision: 335914 URL: https://svnweb.freebsd.org/changeset/base/335914
Log: MFC SVN r290340: Fix typo in error message Submitted by: git_johnko.ca (John Ko) Sponsored by: Smule, Inc. Differential Revision: https://reviews.freebsd.org/D3997 Modified: stable/10/usr.sbin/bsdinstall/distfetch/distfetch.c Directory Properties: stable/10/ (props changed) Modified: stable/10/usr.sbin/bsdinstall/distfetch/distfetch.c ============================================================================== --- stable/10/usr.sbin/bsdinstall/distfetch/distfetch.c Tue Jul 3 22:03:28 2018 (r335913) +++ stable/10/usr.sbin/bsdinstall/distfetch/distfetch.c Tue Jul 3 22:11:16 2018 (r335914) @@ -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(); _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"