From: Arjen Laarhoven Date: Fri, 6 Apr 2007 23:48:54 +0000 (+0200) Subject: t3200-branch.sh: small language nit X-Git-Tag: v1.5.1.1~15 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4c84f0dcc630817aaf71049163ee63b96d543a38;p=git.git t3200-branch.sh: small language nit Signed-off-by: Junio C Hamano --- diff --git a/t/t3200-branch.sh b/t/t3200-branch.sh index 3ca1a325d..828d553a4 100755 --- a/t/t3200-branch.sh +++ b/t/t3200-branch.sh @@ -11,7 +11,7 @@ handled. Specifically, that a bogus branch is not created. . ./test-lib.sh test_expect_success \ - 'prepare an trivial repository' \ + 'prepare a trivial repository' \ 'echo Hello > A && git-update-index --add A && git-commit -m "Initial commit." &&