Commit 051d6915 by Jakob Pfender Committed by Vicent Marti

index.h: Fix minor typo

parent 12f6d8e1
...@@ -132,7 +132,7 @@ GIT_EXTERN(int) git_index_read(git_index *index); ...@@ -132,7 +132,7 @@ GIT_EXTERN(int) git_index_read(git_index *index);
GIT_EXTERN(int) git_index_write(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. * path in the Git index.
* *
* @param index an existing index object * @param index an existing index object
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment