summaryrefslogtreecommitdiff
path: root/include/git2
diff options
context:
space:
mode:
authorVicent Martí <tanoku@gmail.com>2011-05-08 14:00:57 -0700
committerVicent Martí <tanoku@gmail.com>2011-05-08 14:00:57 -0700
commitcd2cc2dc363770d03a9d77206b97d0ee70244cad (patch)
tree1c402af940fcdfb4d7b0003f002e2ed8fa762a40 /include/git2
parentc912229e1f7ce2ef0bda110e8d66d43c9d6be32c (diff)
parent773bc20dd3f78d4e307ff54edd1e09f508f2a06f (diff)
downloadlibgit2-cd2cc2dc363770d03a9d77206b97d0ee70244cad.tar.gz
Merge pull request #170 from jasonrm/development
Fix misspelling of git_index_append2 (was git_index_apppend2).
Diffstat (limited to 'include/git2')
-rw-r--r--include/git2/index.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/git2/index.h b/include/git2/index.h
index 7991de92e..2d8975ca1 100644
--- a/include/git2/index.h
+++ b/include/git2/index.h
@@ -232,10 +232,10 @@ GIT_EXTERN(int) git_index_append(git_index *index, const char *path, int stage);
* @param source_entry new entry object
* @return 0 on success, otherwise an error code
*/
-GIT_EXTERN(int) git_index_apppend2(git_index *index, const git_index_entry *source_entry);
+GIT_EXTERN(int) git_index_append2(git_index *index, const git_index_entry *source_entry);
/**
- * Remove an entry from the index
+ * Remove an entry from the index
*
* @param index an existing index object
* @param position position of the entry to remove