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/indexer.h | |
parent | ad5df35a47d56c3d716d7a56eac4aeb611987c11 (diff) | |
download | libgit2-d73c94b21c58d78a7bf268bc9e3b0f4daa11e514.tar.gz |
Fix spelling errors.
Diffstat (limited to 'include/git2/indexer.h')
-rw-r--r-- | include/git2/indexer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/indexer.h b/include/git2/indexer.h index 14bd0e402..626377701 100644 --- a/include/git2/indexer.h +++ b/include/git2/indexer.h @@ -28,7 +28,7 @@ typedef struct git_indexer_stream git_indexer_stream; /** * Create a new streaming indexer instance * - * @param out where to store the inexer instance + * @param out where to store the indexer instance * @param path to the gitdir (metadata directory) */ GIT_EXTERN(int) git_indexer_stream_new(git_indexer_stream **out, const char *gitdir); |