summaryrefslogtreecommitdiff
path: root/include/git2
diff options
context:
space:
mode:
authorDavid Glesser <glesserd@ensimag.fr>2011-06-04 16:09:19 +0200
committerDavid Glesser <glesserd@ensimag.fr>2011-06-04 16:09:19 +0200
commitf4c925c51449f5e9b141c4f07c7d61212e1b0a4a (patch)
tree8bd176ec41b9be2f1eda29199de341484a97a198 /include/git2
parentac4fcf173d0d6797a71c24de5f3bbeb1770e2888 (diff)
downloadlibgit2-f4c925c51449f5e9b141c4f07c7d61212e1b0a4a.tar.gz
Change a dirty indentation
Diffstat (limited to 'include/git2')
-rw-r--r--include/git2/tag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/tag.h b/include/git2/tag.h
index 086e4a6ca..bc05a0c1f 100644
--- a/include/git2/tag.h
+++ b/include/git2/tag.h
@@ -135,7 +135,7 @@ GIT_EXTERN(const char *) git_tag_message(git_tag *t);
* Create a new tag in the repository from an OID
*
* @param oid Pointer where to store the OID of the
- * newly created tag. If the tag already exists, this parameter
+ * newly created tag. If the tag already exists, this parameter
* will be the oid of the existed tag, and the function will
* return a GIT_EEXISTS error code.
*