summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdinstall
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2011-09-07 00:48:58 +0000
committerbz <bz@FreeBSD.org>2011-09-07 00:48:58 +0000
commite24f96d4f67806600feb1a785480c940c688bf2d (patch)
tree9b189a5e224d83f3708e10a08f45502c5bab94ce /usr.sbin/bsdinstall
parentd5bccf0f290a379883f36b2c5757eaf53088e7ec (diff)
downloadFreeBSD-src-e24f96d4f67806600feb1a785480c940c688bf2d.zip
FreeBSD-src-e24f96d4f67806600feb1a785480c940c688bf2d.tar.gz
Correct a typo.
Submitted by: gcooper Reviewed by: nwhitehorn Approved by: re (kib)
Diffstat (limited to 'usr.sbin/bsdinstall')
-rwxr-xr-xusr.sbin/bsdinstall/scripts/netconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdinstall/scripts/netconfig b/usr.sbin/bsdinstall/scripts/netconfig
index b78e330..e0f390c 100755
--- a/usr.sbin/bsdinstall/scripts/netconfig
+++ b/usr.sbin/bsdinstall/scripts/netconfig
@@ -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>&-
OpenPOWER on IntegriCloud