diff options
author | Michele Ballabio <barra_cuda@katamail.com> | 2008-01-31 22:59:11 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-01-31 14:43:54 -0800 |
commit | 0509eb216fef9451845376d8c92ff585994aecd8 (patch) | |
tree | f32e10d2ffa14445c433cb6c76ee3aa104220625 /t/test-lib.sh | |
parent | da101b82b6f639c9916ee0596c86d29410093ca5 (diff) | |
download | git-0509eb216fef9451845376d8c92ff585994aecd8.tar.gz git-0509eb216fef9451845376d8c92ff585994aecd8.tar.xz |
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/test-lib.sh')
-rw-r--r-- | t/test-lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh index 90b6844d0..142540e1b 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 || |