Commit e7f89b46c35727af5efc92ae46199285d8426d57

John Crepezzi 2014-01-04T18:18:59

Fix spelling mistake Closes #2029

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/git2/types.h b/include/git2/types.h
index 55505b1..d88815d 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 */