Merge pull request #3594 from Ephemera/patch-1

Fix typo
This commit is contained in:
Edward Thomson 2016-02-04 15:49:00 -08:00
commit d8f7215928

View File

@ -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.