Option -d for testclient. Typos.
[idzebra-moved-to-github.git] / test / gils / test04.sh
index 30aceb4..e66991c 100755 (executable)
@@ -18,7 +18,7 @@ echo "Starting server with (forked)..."
 ../../index/zebrasrv  -c zebra1.cfg -l srv.log tcp:@:9901 &
 sleep 1
 
-echo "  cheking that it runs... "
+echo "  checking that it runs... "
 test -f zebrasrv.pid || exit 1
 PID=`cat zebrasrv.pid`
 ps -p $PID >/dev/null || exit 1