summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2013-06-21 22:47:31 +0000
committerdteske <dteske@FreeBSD.org>2013-06-21 22:47:31 +0000
commite3578808e0a9cede495b2fecd61b0922708fbd00 (patch)
treeab39a8baed76adc6c7cbfb08f1a52394f0057eaa /usr.sbin
parent121288ceb2ac8d76c29b049399d81116e370bd63 (diff)
downloadFreeBSD-src-e3578808e0a9cede495b2fecd61b0922708fbd00.zip
FreeBSD-src-e3578808e0a9cede495b2fecd61b0922708fbd00.tar.gz
Typo and grammar fixes to comments.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bsdconfig/share/dialog.subr2
-rw-r--r--usr.sbin/bsdconfig/share/media/ftp.subr2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bsdconfig/share/dialog.subr b/usr.sbin/bsdconfig/share/dialog.subr
index 256c2dd..b089655 100644
--- a/usr.sbin/bsdconfig/share/dialog.subr
+++ b/usr.sbin/bsdconfig/share/dialog.subr
@@ -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
diff --git a/usr.sbin/bsdconfig/share/media/ftp.subr b/usr.sbin/bsdconfig/share/media/ftp.subr
index 1ae157d..47f2070 100644
--- a/usr.sbin/bsdconfig/share/media/ftp.subr
+++ b/usr.sbin/bsdconfig/share/media/ftp.subr
@@ -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
OpenPOWER on IntegriCloud