summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2013-07-05 03:12:29 +0000
committerdteske <dteske@FreeBSD.org>2013-07-05 03:12:29 +0000
commit8e6b84b998690dcfc1a4957dc7a483ac5b600db8 (patch)
tree0d894939b694cf0166d68148b2e0d8517b7a8cc6
parent5b502b74adf11cc0ff5856ca1bf8f71adbb787fd (diff)
downloadFreeBSD-src-8e6b84b998690dcfc1a4957dc7a483ac5b600db8.zip
FreeBSD-src-8e6b84b998690dcfc1a4957dc7a483ac5b600db8.tar.gz
Fix a typo in a comment.
-rwxr-xr-xusr.sbin/bsdconfig/share/packages/index.subr2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdconfig/share/packages/index.subr b/usr.sbin/bsdconfig/share/packages/index.subr
index ffef6ab..bc26f50 100755
--- a/usr.sbin/bsdconfig/share/packages/index.subr
+++ b/usr.sbin/bsdconfig/share/packages/index.subr
@@ -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
OpenPOWER on IntegriCloud