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>&-
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to