summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschu <schu-github@schulog.org>2011-05-29 20:15:27 +0200
committerschu <schu-github@schulog.org>2011-05-29 20:15:27 +0200
commit286349c6ecc758da226ce2f4da6522b73eb78930 (patch)
tree1330f34c2114a8184992a067f9d73515f4883127
parentf5a86fefa9cc005db984defdbac82ec1dde27a40 (diff)
downloadlibgit2-286349c6ecc758da226ce2f4da6522b73eb78930.tar.gz
Fix tiny typo
Signed-off-by: nulltoken <emeric.fermas@gmail.com> Signed-off-by: schu <schu-github@schulog.org>
-rw-r--r--tests/t10-refs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t10-refs.c b/tests/t10-refs.c
index ee006a8ce..4b34146ed 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 */