diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2012-05-19 20:24:55 +0700 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2012-05-19 20:26:52 +0700 |
commit | d73c94b21c58d78a7bf268bc9e3b0f4daa11e514 (patch) | |
tree | a97f69fd7bace881a10ca650e2461078e6391ccd /include/git2/index.h | |
parent | ad5df35a47d56c3d716d7a56eac4aeb611987c11 (diff) | |
download | libgit2-d73c94b21c58d78a7bf268bc9e3b0f4daa11e514.tar.gz |
Fix spelling errors.
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 6a42c8515..0fb0f955a 100644 --- a/include/git2/index.h +++ b/include/git2/index.h @@ -295,7 +295,7 @@ GIT_EXTERN(const git_index_entry_unmerged *) git_index_get_unmerged_byindex(git_ /** * Return the stage number from a git index entry * - * This entry is calculated from the entrie's flag + * This entry is calculated from the entry's flag * attribute like this: * * (entry->flags & GIT_IDXENTRY_STAGEMASK) >> GIT_IDXENTRY_STAGESHIFT |