Author: bapt Date: Mon Dec 23 17:47:04 2013 New Revision: 259775 URL: http://svnweb.freebsd.org/changeset/base/259775
Log: Fix yet another typo Reported by: kib Modified: head/usr.sbin/pkg/pkg.c Modified: head/usr.sbin/pkg/pkg.c ============================================================================== --- head/usr.sbin/pkg/pkg.c Mon Dec 23 17:26:56 2013 (r259774) +++ head/usr.sbin/pkg/pkg.c Mon Dec 23 17:47:04 2013 (r259775) @@ -823,7 +823,7 @@ static const char confirmation_message[] static const char non_interactive_message[] = "The package management tool is not yet installed on your system.\n" -"Please set ASSUME_ALWAYS_YES=yes environment variable to be able to boostrap " +"Please set ASSUME_ALWAYS_YES=yes environment variable to be able to bootstrap " "in non-interactive (stdin not being a tty)\n"; static int _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
