Browse Source

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>
maint
Michele Ballabio 17 years ago committed by Junio C Hamano
parent
commit
0509eb216f
  1. 2
      t/test-lib.sh

2
t/test-lib.sh

@ -257,7 +257,7 @@ test_expect_code () { @@ -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 ||

Loading…
Cancel
Save