run_tests.sh: fix a comment
authorMichael Adam <obnox@samba.org>
Tue, 3 Jul 2012 09:46:26 +0000 (11:46 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 3 Jul 2012 12:30:24 +0000 (14:30 +0200)
(This used to be ctdb commit 0e515115b3c21cb179fd7a6356164ac1b5d423e0)

ctdb/tests/run_tests.sh

index 50924fcf25bfaf2976fc96aa92db2d46047098c5..4ab443f671c4172c10050abfe981067c79d1cd08 100755 (executable)
@@ -31,7 +31,7 @@ case "$1" in
        done
 esac
 
-# If no tests specified them run the defaults.
+# If no tests are specified, then run the defaults.
 [ -n "$1" ] || set -- $tests
 
 "${test_dir}/scripts/run_tests" $opts "$@" || exit 1