Code

t3200-branch.sh: small language nit
authorArjen Laarhoven <arjen@yaph.org>
Fri, 6 Apr 2007 23:48:54 +0000 (01:48 +0200)
committerJunio C Hamano <junkio@cox.net>
Sat, 7 Apr 2007 00:21:11 +0000 (17:21 -0700)
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t3200-branch.sh

index 3ca1a325d42493697f70b5adefc03fb818ef4d9a..828d553a4b53210e9bd15c522e2a798901b2ac35 100755 (executable)
@@ -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." &&