t/t3200: fix a typo in a test description
Signed-off-by: Kaartic Sivaraam <kaartic.sivaraam@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff --git a/t/t3200-branch.sh b/t/t3200-branch.sh
index 5d03ad1..e6b9a21 100755
--- a/t/t3200-branch.sh
+++ b/t/t3200-branch.sh
@@ -478,7 +478,7 @@
git branch -c -f o/q o/p
'
-test_expect_success 'git branch -c qq rr/qq should fail when r exists' '
+test_expect_success 'git branch -c qq rr/qq should fail when rr exists' '
git branch qq &&
git branch rr &&
test_must_fail git branch -c qq rr/qq