diff options
author | Russell Belfer <rb@github.com> | 2013-10-22 11:12:44 -0700 |
---|---|---|
committer | Russell Belfer <rb@github.com> | 2013-10-22 11:12:44 -0700 |
commit | 7ce60099eec2442cc5428a830b88d51e8f9c1d75 (patch) | |
tree | 426513fd3193dc655413356a811a7103fde204e2 /include/git2/diff.h | |
parent | 5de4ec810492178095897f726bfaf879994aaf11 (diff) | |
download | libgit2-7ce60099eec2442cc5428a830b88d51e8f9c1d75.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 505c3e793..5d360bedb 100644 --- a/include/git2/diff.h +++ b/include/git2/diff.h @@ -853,7 +853,7 @@ typedef enum { * iteration and cause this return `GIT_EUSER`. * * @param diff A git_diff generated by one of the above functions. - * @param format A git_diff_forrmat_t value to pick the text format. + * @param format A git_diff_format_t value to pick the text format. * @param print_cb Callback to make per line of diff text. * @param payload Reference pointer that will be passed to your callback. * @return 0 on success, GIT_EUSER on non-zero callback, or error code |