Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Sep 2011 00:48:58 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r225430 - head/usr.sbin/bsdinstall/scripts
Message-ID:  <201109070048.p870mw6H008384@svn.freebsd.org>

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



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