This commit is contained in:
Ephemera 2016-02-05 01:59:07 +09:00
parent 612f2a6095
commit 804bcd6b95

View File

@ -1194,7 +1194,7 @@ typedef enum {
} git_diff_stats_format_t; } 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 out Structure containg the diff statistics.
* @param diff A git_diff generated by one of the above functions. * @param diff A git_diff generated by one of the above functions.