svn commit: r262897 - head/usr.sbin/bsdconfig/share
Devin Teske
dteske at FreeBSD.org
Fri Mar 7 20:15:53 UTC 2014
Author: dteske
Date: Fri Mar 7 20:15:52 2014
New Revision: 262897
URL: http://svnweb.freebsd.org/changeset/base/262897
Log:
Fix a typo in a comment.
Modified:
head/usr.sbin/bsdconfig/share/common.subr
Modified: head/usr.sbin/bsdconfig/share/common.subr
==============================================================================
--- head/usr.sbin/bsdconfig/share/common.subr Fri Mar 7 20:15:08 2014 (r262896)
+++ head/usr.sbin/bsdconfig/share/common.subr Fri Mar 7 20:15:52 2014 (r262897)
@@ -523,7 +523,7 @@ f_include_lang()
# f_usage $file "FOO" "BAR"
#
# Will cause instances of "@FOO@" appearing in $file to be replaced with the
-# text "BAR" before bering printed to the screen.
+# text "BAR" before being printed to the screen.
#
# This function is a two-parter. Below is the awk(1) portion of the function,
# afterward is the sh(1) function which utilizes the below awk script.
More information about the svn-src-head
mailing list