filter-branch documentation: non-zero exit status in command abort the filter
[gitweb.git] / t / test-lib.sh
index 90b6844d00c3cb288c23488923b98a7276eb83e8..142540e1b175e44da0d6e522140d404fb5a795bf 100644 (file)
@@ -257,7 +257,7 @@ test_expect_code () {
        echo >&3 ""
 }
 
-# Most tests can use the created repository, but some amy need to create more.
+# Most tests can use the created repository, but some may need to create more.
 # Usage: test_create_repo <directory>
 test_create_repo () {
        test "$#" = 1 ||