svn commit: r250702 - head/usr.sbin/bsdconfig/share
Devin Teske
dteske at FreeBSD.org
Thu May 16 16:51:53 UTC 2013
Author: dteske
Date: Thu May 16 16:51:52 2013
New Revision: 250702
URL: http://svnweb.freebsd.org/changeset/base/250702
Log:
Fix a typo in a comment.
Modified:
head/usr.sbin/bsdconfig/share/strings.subr
Modified: head/usr.sbin/bsdconfig/share/strings.subr
==============================================================================
--- head/usr.sbin/bsdconfig/share/strings.subr Thu May 16 16:46:02 2013 (r250701)
+++ head/usr.sbin/bsdconfig/share/strings.subr Thu May 16 16:51:52 2013 (r250702)
@@ -204,7 +204,7 @@ f_uridecode()
# f_replaceall $string $find $replace [$var_to_set]
#
-# Replace all occurrences of $find in $sting with $replace. If $var_to_set is
+# Replace all occurrences of $find in $string with $replace. If $var_to_set is
# either missing or NULL, the variable name is produced on standard out for
# capturing in a sub-shell (which is less recommended due to performance
# degradation).
More information about the svn-src-all
mailing list