summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@github.com>2016-02-04 15:49:00 -0800
committerEdward Thomson <ethomson@github.com>2016-02-04 15:49:00 -0800
commitd8f721592817cb300339c827579bc545844b276f (patch)
tree1c774f192bec6b9fb552a737ddfff386846b96ff
parent612f2a6095e0e46687f4ffece085fc1bbf538b1d (diff)
parent804bcd6b959f05777c7bb0777554733687293885 (diff)
downloadlibgit2-d8f721592817cb300339c827579bc545844b276f.tar.gz
Merge pull request #3594 from Ephemera/patch-1
Fix typo
-rw-r--r--include/git2/diff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/diff.h b/include/git2/diff.h
index 3eb265652..c35701a46 100644
--- a/include/git2/diff.h
+++ b/include/git2/diff.h
@@ -1194,7 +1194,7 @@ typedef enum {
} git_diff_stats_format_t;
/**
- * Accumlate diff statistics for all patches.
+ * Accumulate diff statistics for all patches.
*
* @param out Structure containg the diff statistics.
* @param diff A git_diff generated by one of the above functions.