Fix spelling in a comment.

This commit is contained in:
stefanf 2006-07-09 06:54:24 +00:00
parent 5fe5db7b92
commit e8d77f637b

View File

@ -18,7 +18,7 @@ stop_cmd="dhclient_stop"
dhclient_start()
{
# prevent unnecessicary restarts
# prevent unnecessary restarts
# XXX: should use a pidfile
if [ -x /usr/bin/pgrep ]; then
pids=`/usr/bin/pgrep -f "dhclient: $ifn(\$| .*)"`