summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorMichele Ballabio <barra_cuda@katamail.com>2008-01-31 22:59:11 +0100
committerJunio C Hamano <gitster@pobox.com>2008-01-31 14:43:54 -0800
commit0509eb216fef9451845376d8c92ff585994aecd8 (patch)
treef32e10d2ffa14445c433cb6c76ee3aa104220625 /t
parentda101b82b6f639c9916ee0596c86d29410093ca5 (diff)
downloadgit-0509eb216fef9451845376d8c92ff585994aecd8.tar.gz
Fix typo in a comment in t/test-lib.sh
Signed-off-by: Michele Ballabio <barra_cuda@katamail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rw-r--r--t/test-lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh
index 90b6844d00..142540e1b1 100644
--- a/t/test-lib.sh
+++ b/t/test-lib.sh
@@ -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 ||