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 d6a9a48..8c3222f 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