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>
This commit is contained in:
Michele Ballabio 2008-01-31 22:59:11 +01:00 committed by Junio C Hamano
parent da101b82b6
commit 0509eb216f

View 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 ||