Typo fix by Tom Schmidt
authorMartin Pool <mbp@samba.org>
Sun, 2 Dec 2001 13:02:17 +0000 (13:02 +0000)
committerMartin Pool <mbp@samba.org>
Sun, 2 Dec 2001 13:02:17 +0000 (13:02 +0000)
runtests.sh

index d6a9a482d24743d3b77c9e1c651a3ed58762981b..8c3222f7a802c6b29c190b1406496e389104d2a8 100755 (executable)
@@ -183,7 +183,7 @@ do
 
     if sh $RUNSHFLAGS "$testscript"
     then
-       echo "----- $testbase completed succesfully"
+       echo "----- $testbase completed successfully"
        passed=`expr $passed + 1`
     else 
        case $? in