svn commit: r252753 - head/usr.sbin/bsdconfig/share/packages

Devin Teske dteske at FreeBSD.org
Fri Jul 5 03:12:30 UTC 2013


Author: dteske
Date: Fri Jul  5 03:12:29 2013
New Revision: 252753
URL: http://svnweb.freebsd.org/changeset/base/252753

Log:
  Fix a typo in a comment.

Modified:
  head/usr.sbin/bsdconfig/share/packages/index.subr

Modified: head/usr.sbin/bsdconfig/share/packages/index.subr
==============================================================================
--- head/usr.sbin/bsdconfig/share/packages/index.subr	Fri Jul  5 03:06:36 2013	(r252752)
+++ head/usr.sbin/bsdconfig/share/packages/index.subr	Fri Jul  5 03:12:29 2013	(r252753)
@@ -244,7 +244,7 @@ f_index_extract_pages()
 
 # f_index_search $var_to_get $name [$var_to_set]
 #
-# Search the package INDEX ($PACKAGE_INDEX by default if/when $var_to)get is
+# Search the package INDEX ($PACKAGE_INDEX by default if/when $var_to_get is
 # NULL; but should not be missing) for $name, returning the first match.
 # Matches are strict (not regular expressions) and must match the beginning
 # portion of the package name to be considered a match. If $var_to_set is


More information about the svn-src-head mailing list