svn commit: r252075 - in head/usr.sbin/bsdconfig/share: . media
Devin Teske
dteske at FreeBSD.org
Fri Jun 21 22:47:32 UTC 2013
Author: dteske
Date: Fri Jun 21 22:47:31 2013
New Revision: 252075
URL: http://svnweb.freebsd.org/changeset/base/252075
Log:
Typo and grammar fixes to comments.
Modified:
head/usr.sbin/bsdconfig/share/dialog.subr
head/usr.sbin/bsdconfig/share/media/ftp.subr
Modified: head/usr.sbin/bsdconfig/share/dialog.subr
==============================================================================
--- head/usr.sbin/bsdconfig/share/dialog.subr Fri Jun 21 22:46:16 2013 (r252074)
+++ head/usr.sbin/bsdconfig/share/dialog.subr Fri Jun 21 22:47:31 2013 (r252075)
@@ -378,7 +378,7 @@ f_dialog_size_constrain()
fi
if [ "$debug" ]; then
- # Print final constrained values to debuggin
+ # Print final constrained values to debugging
f_quietly f_getvar "$__var_height"
f_quietly f_getvar "$__var_width"
fi
Modified: head/usr.sbin/bsdconfig/share/media/ftp.subr
==============================================================================
--- head/usr.sbin/bsdconfig/share/media/ftp.subr Fri Jun 21 22:46:16 2013 (r252074)
+++ head/usr.sbin/bsdconfig/share/media/ftp.subr Fri Jun 21 22:47:31 2013 (r252075)
@@ -287,7 +287,7 @@ f_dialog_menu_media_ftp()
#
# VAR_FTP_HOST
# The FTP host to connect to, parsed from VAR_FTP_PATH. In the
-# example case of IPv6 where VAR_FTP_PATH is a "ftp://[::1]" this
+# example case of IPv6 where VAR_FTP_PATH is "ftp://[::1]", this
# variable will be set to "::1" (the outer brackets are removed).
# VAR_FTP_PORT
# The TCP port to connect to, parsed from VAR_FTP_PATH. Usually
More information about the svn-src-all
mailing list