From e7f89b46c35727af5efc92ae46199285d8426d57 Mon Sep 17 00:00:00 2001 From: John Crepezzi Date: Sat, 4 Jan 2014 18:18:59 -0500 Subject: [PATCH] Fix spelling mistake Closes #2029 --- include/git2/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */