Date: Mon, 23 Dec 2013 17:47:05 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r259775 - head/usr.sbin/pkg Message-ID: <201312231747.rBNHl5J7070466@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312231747.rBNHl5J7070466>