Fix spelling mistake

Closes #2029
This commit is contained in:
John Crepezzi 2014-01-04 18:18:59 -05:00
parent ac9f92316b
commit e7f89b46c3

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 */