Merge pull request #2030 from seejohnrun/patch-1

Fix spelling mistake
This commit is contained in:
nulltoken 2014-01-04 15:22:20 -08:00
commit 5ce9f9b425

View File

@ -131,7 +131,7 @@ typedef struct git_treebuilder git_treebuilder;
/** Memory representation of an index file. */
typedef struct git_index git_index;
/** An interator for conflicts in the index. */
/** An iterator for conflicts in the index. */
typedef struct git_index_conflict_iterator git_index_conflict_iterator;
/** Memory representation of a set of config files */