svn commit: r225430 - head/usr.sbin/bsdinstall/scripts

Bjoern A. Zeeb bz at FreeBSD.org
Wed Sep 7 00:48:58 UTC 2011


Author: bz
Date: Wed Sep  7 00:48:58 2011
New Revision: 225430
URL: http://svn.freebsd.org/changeset/base/225430

Log:
  Correct a typo.
  
  Submitted by:	gcooper
  Reviewed by:	nwhitehorn
  Approved by:	re (kib)

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

Modified: head/usr.sbin/bsdinstall/scripts/netconfig
==============================================================================
--- head/usr.sbin/bsdinstall/scripts/netconfig	Wed Sep  7 00:45:15 2011	(r225429)
+++ head/usr.sbin/bsdinstall/scripts/netconfig	Wed Sep  7 00:48:58 2011	(r225430)
@@ -165,7 +165,7 @@ fi
 exec 3>&1
 RESOLV=$(echo "${RESOLV}" | xargs dialog --backtitle 'FreeBSD Installer' \
 	--title 'Network Configuration' \
-	--mixedform 'Resovler Configuration' 0 0 0 \
+	--mixedform 'Resolver Configuration' 0 0 0 \
 2>&1 1>&3)
 if [ $? -eq $DIALOG_CANCEL ]; then exec $0; fi
 exec 3>&-


More information about the svn-src-head mailing list