Skip to content

Commit 0509eb2

Browse files
chungagitster
authored andcommitted
Fix typo in a comment in t/test-lib.sh
Signed-off-by: Michele Ballabio <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent da101b8 commit 0509eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/test-lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ test_expect_code () {
257257
echo >&3 ""
258258
}
259259

260-
# Most tests can use the created repository, but some amy need to create more.
260+
# Most tests can use the created repository, but some may need to create more.
261261
# Usage: test_create_repo <directory>
262262
test_create_repo () {
263263
test "$#" = 1 ||

0 commit comments

Comments
 (0)