Commit 051d6915d70e6fec597fe1bfdee2870561f523d1

Jakob Pfender 2011-03-24T18:28:04

index.h: Fix minor typo

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/git2/index.h b/include/git2/index.h
index 7bb0c95..599512f 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