Fix typo in a comment in t/test-lib.sh
authorMichele Ballabio <barra_cuda@katamail.com>
Thu, 31 Jan 2008 21:59:11 +0000 (22:59 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 31 Jan 2008 22:43:54 +0000 (14:43 -0800)
Signed-off-by: Michele Ballabio <barra_cuda@katamail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 ||