From 0509eb216fef9451845376d8c92ff585994aecd8 Mon Sep 17 00:00:00 2001 From: Michele Ballabio Date: Thu, 31 Jan 2008 22:59:11 +0100 Subject: [PATCH] Fix typo in a comment in t/test-lib.sh Signed-off-by: Michele Ballabio Signed-off-by: Junio C Hamano --- t/test-lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 test_create_repo () { test "$#" = 1 || -- GitLab