aboutsummaryrefslogtreecommitdiff
path: root/t/t3200-branch.sh
diff options
context:
space:
mode:
authorArjen Laarhoven <arjen@yaph.org>2007-04-07 01:48:54 +0200
committerJunio C Hamano <junkio@cox.net>2007-04-06 17:21:11 -0700
commit4c84f0dcc630817aaf71049163ee63b96d543a38 (patch)
tree8d81f99ff2ae85cb7883a679752989bbe5af74aa /t/t3200-branch.sh
parentae25c67acae4971594b574e4fc02b131a3da156a (diff)
downloadgit-4c84f0dcc630817aaf71049163ee63b96d543a38.tar.gz
git-4c84f0dcc630817aaf71049163ee63b96d543a38.tar.xz
t3200-branch.sh: small language nit
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 't/t3200-branch.sh')
-rwxr-xr-xt/t3200-branch.sh2
1 files changed, 1 insertions, 1 deletions
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." &&