diff options
| author | John Crepezzi <john.crepezzi@gmail.com> | 2014-01-04 18:18:59 -0500 |
|---|---|---|
| committer | John Crepezzi <john.crepezzi@gmail.com> | 2014-01-04 18:18:59 -0500 |
| commit | e7f89b46c35727af5efc92ae46199285d8426d57 (patch) | |
| tree | 6d7cdc3b5465850ccaaf980069d1194fde59cece /include | |
| parent | ac9f92316b4fcace1c591a33d20fa4514f3ec2c6 (diff) | |
| download | libgit2-e7f89b46c35727af5efc92ae46199285d8426d57.tar.gz | |
Fix spelling mistake
Closes #2029
Diffstat (limited to 'include')
| -rw-r--r-- | include/git2/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/types.h b/include/git2/types.h index 55505b110..d88815d80 100644 --- a/include/git2/types.h +++ b/include/git2/types.h @@ -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 */ |
