diff options
author | Jakob Pfender <jpfender@elegosoft.com> | 2011-03-24 18:28:04 +0100 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2011-03-25 00:49:47 +0200 |
commit | 051d6915d70e6fec597fe1bfdee2870561f523d1 (patch) | |
tree | 339d8066b5c863ada794ceeb7b1ec63c762766ba /include/git2/index.h | |
parent | 12f6d8e1453eacc1b4c6db0f6071541bcdf2e0e0 (diff) | |
download | libgit2-051d6915d70e6fec597fe1bfdee2870561f523d1.tar.gz |
index.h: Fix minor typo
Diffstat (limited to 'include/git2/index.h')
-rw-r--r-- | include/git2/index.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/index.h b/include/git2/index.h index 7bb0c9529..599512f8a 100644 --- a/include/git2/index.h +++ b/include/git2/index.h @@ -132,7 +132,7 @@ GIT_EXTERN(int) git_index_read(git_index *index); GIT_EXTERN(int) git_index_write(git_index *index); /** - * Find the first index of any entires which point to given + * Find the first index of any entries which point to given * path in the Git index. * * @param index an existing index object |