diff options
author | Ephemera <obliviscence+git@gmail.com> | 2016-02-05 01:59:07 +0900 |
---|---|---|
committer | Ephemera <obliviscence+git@gmail.com> | 2016-02-05 01:59:07 +0900 |
commit | 804bcd6b959f05777c7bb0777554733687293885 (patch) | |
tree | 1c774f192bec6b9fb552a737ddfff386846b96ff /include/git2/diff.h | |
parent | 612f2a6095e0e46687f4ffece085fc1bbf538b1d (diff) | |
download | libgit2-804bcd6b959f05777c7bb0777554733687293885.tar.gz |
Fix typo
Diffstat (limited to 'include/git2/diff.h')
-rw-r--r-- | include/git2/diff.h | 2 |
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. |