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). _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"