Correct more typos

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2013-08-09 16:56:48 -07:00
parent ec8bc90cae
commit 189b81cd49

View File

@ -112,19 +112,19 @@ if [ -z "$vendor" ]; then
;;
esac
$params[HOST]="$vendor"
params[HOST]="$vendor"
fi
fi
if [ -z "vendor" ]; then
case `uname` in
Darwin)
$params[HOST]=apple
params[HOST]=apple
rcfile=shorewallrc.apple
;;
cygwin*)
$params[HOST]=cygwin
params[HOST]=cygwin
rcfile=shorewallrc.cygwin
;;
*)