Commit 286349c6ecc758da226ce2f4da6522b73eb78930

schu 2011-05-29T20:15:27

Fix tiny typo Signed-off-by: nulltoken <emeric.fermas@gmail.com> Signed-off-by: schu <schu-github@schulog.org>

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/tests/t10-refs.c b/tests/t10-refs.c
index ee006a8..4b34146 100644
--- a/tests/t10-refs.c
+++ b/tests/t10-refs.c
@@ -644,7 +644,7 @@ BEGIN_TEST(rename5, "can force-rename a reference with the name of an existing r
 	/* An existing reference... */
 	must_pass(git_reference_lookup(&looked_up_ref, repo, packed_head_name));
 
-	/* Can not be renamed to the name of another existing reference. */
+	/* Can be force-renamed to the name of another existing reference. */
 	must_pass(git_reference_rename_f(looked_up_ref, packed_test_head_name));
 
 	/* Check we actually renamed it */