Correct a typo.

Submitted by:	gcooper
Reviewed by:	nwhitehorn
Approved by:	re (kib)
This commit is contained in:
Bjoern A. Zeeb 2011-09-07 00:48:58 +00:00
parent 5b046b47ec
commit 092b5f7c3f

View File

@ -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>&-