Option -d for testclient. Typos.
[idzebra-moved-to-github.git] / test / gils / test01.sh
index 5c9ae67..4c70b97 100755 (executable)
@@ -18,7 +18,7 @@ echo "Starting server with -1 (one shot)..."
 ../../index/zebrasrv -1 -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