50-setup-network: spelling fixes

It's not DHCP we're configuring but rather eth0.
(no need for trailing space either)
This commit is contained in:
Michael Shigorin 2012-06-28 21:47:31 +03:00
parent cb55a89365
commit bdb2ac05f8

View File

@ -46,7 +46,7 @@ else
echo BOOTPROTO=dhcp
} > /etc/net/ifaces/eth0/options
else
verbose "NOT configuring DHCP for eth0"
verbose "NOT configuring eth0 for DHCP"
fi
fi