From 40c02891763869160a4b8400c6b7cb3629088d7f Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Sun, 2 Dec 2001 13:02:17 +0000 Subject: [PATCH] Typo fix by Tom Schmidt --- runtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtests.sh b/runtests.sh index d6a9a482..8c3222f7 100755 --- a/runtests.sh +++ b/runtests.sh @@ -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 -- 2.34.1