From 051d6915d70e6fec597fe1bfdee2870561f523d1 Mon Sep 17 00:00:00 2001 From: Jakob Pfender Date: Thu, 24 Mar 2011 18:28:04 +0100 Subject: [PATCH] index.h: Fix minor typo --- include/git2/index.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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