Fix spelling in a comment.

This commit is contained in:
Stefan Farfeleder 2006-07-09 06:54:24 +00:00
parent db82353d87
commit 3177f91ed1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160197

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(\$| .*)"`