Skip to content

Commit

Permalink
Fix typo in a comment in t/test-lib.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Michele Ballabio <barra_cuda@katamail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Michele Ballabio authored and Junio C Hamano committed Jan 31, 2008
1 parent da101b8 commit 0509eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/test-lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ||
Expand Down

0 comments on commit 0509eb2

Please sign in to comment.