Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jun 2013 22:47:31 +0000 (UTC)
From:      Devin Teske <dteske@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r252075 - in head/usr.sbin/bsdconfig/share: . media
Message-ID:  <201306212247.r5LMlWrO070352@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306212247.r5LMlWrO070352>