diff options
author | Martin Pool <mbp@samba.org> | 2001-12-02 13:02:17 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2001-12-02 13:02:17 +0000 |
commit | 40c02891763869160a4b8400c6b7cb3629088d7f (patch) | |
tree | cef5792001151c4b57476047092d96da56e50416 /runtests.sh | |
parent | acf1af0cd976394e0540d2dd92ca3e31c2c1abc5 (diff) | |
download | rsync-40c02891763869160a4b8400c6b7cb3629088d7f.tar.gz rsync-40c02891763869160a4b8400c6b7cb3629088d7f.tar.bz2 rsync-40c02891763869160a4b8400c6b7cb3629088d7f.zip |
Typo fix by Tom Schmidt
Diffstat (limited to 'runtests.sh')
-rwxr-xr-x | runtests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |