summaryrefslogtreecommitdiff
path: root/include/git2
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2011-03-30 23:46:54 +0200
committernulltoken <emeric.fermas@gmail.com>2011-03-30 23:46:54 +0200
commitac26e2454e71010821f2c85046b5cbd5a522d384 (patch)
tree1e9c2a596d38aaee7f21770c3f7c72ba962ae6ed /include/git2
parent9e680bcc002af8f230bfce8dbfee3fef4001fb38 (diff)
downloadlibgit2-ac26e2454e71010821f2c85046b5cbd5a522d384.tar.gz
Rename git_tag_create_o_f() to git_tag_create_fo()
Diffstat (limited to 'include/git2')
-rw-r--r--include/git2/tag.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/git2/tag.h b/include/git2/tag.h
index 1ee1e0cc4..0a37f6c39 100644
--- a/include/git2/tag.h
+++ b/include/git2/tag.h
@@ -202,7 +202,7 @@ GIT_EXTERN(int) git_tag_create_o(
* for consistency.
*
* @param target OID to which this tag points; note that no
-* validation is done on this OID. Use the _o_f version of this
+* validation is done on this OID. Use the _fo version of this
* method to assure a proper object is being tagged
*
* @param target_type Type of the tagged OID; note that no
@@ -239,7 +239,7 @@ GIT_EXTERN(int) git_tag_create_f(
*
* @see git_tag_create_f
*/
-GIT_EXTERN(int) git_tag_create_o_f(
+GIT_EXTERN(int) git_tag_create_fo(
git_oid *oid,
git_repository *repo,
const char *tag_name,