utils: Fix typos (found by codespell)

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil
2016-03-26 09:53:01 +01:00
parent 6003d2d3d5
commit b5738a3878
9 changed files with 10 additions and 10 deletions

View File

@@ -113,7 +113,7 @@ stop() {
echo ""
dots=0
fi
echo "Timeout occured, killing $NAME hardly."
echo "Timeout occurred, killing $NAME hardly."
kill -9 `ps $PSOPT | grep $NAME | grep -v grep | awk '{print $1}'` >/dev/null 2>&1
[ -f $PIDFILE ] && rm $PIDFILE
seconds=0