Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Dec 2016 02:25:24 +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: r309985 - head/usr.sbin/bsdinstall/scripts
Message-ID:  <201612130225.uBD2POVA062984@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dteske
Date: Tue Dec 13 02:25:23 2016
New Revision: 309985
URL: https://svnweb.freebsd.org/changeset/base/309985

Log:
  Comment

Modified:
  head/usr.sbin/bsdinstall/scripts/wlanconfig

Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig
==============================================================================
--- head/usr.sbin/bsdinstall/scripts/wlanconfig	Tue Dec 13 02:23:48 2016	(r309984)
+++ head/usr.sbin/bsdinstall/scripts/wlanconfig	Tue Dec 13 02:25:23 2016	(r309985)
@@ -256,7 +256,7 @@ while :; do
 	case $retval in
 	$DIALOG_OK) break ;;
 	$DIALOG_CANCEL)
-		# here we ask if the user wants to select the network manually
+		# Ask if the user wants to select network manually
 		f_dialog_title "Network Selection"
 		f_yesno "Do you want to select the network manually?" || exit 1
 		f_dialog_input NETWORK "Enter SSID" || exit 1



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