svn commit: r259775 - head/usr.sbin/pkg

Baptiste Daroussin bapt at FreeBSD.org
Mon Dec 23 17:47:05 UTC 2013


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


More information about the svn-src-head mailing list