Commit 7ce60099 by Russell Belfer

Fix typo

parent 5de4ec81
...@@ -853,7 +853,7 @@ typedef enum { ...@@ -853,7 +853,7 @@ typedef enum {
* iteration and cause this return `GIT_EUSER`. * iteration and cause this return `GIT_EUSER`.
* *
* @param diff A git_diff generated by one of the above functions. * @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 print_cb Callback to make per line of diff text.
* @param payload Reference pointer that will be passed to your callback. * @param payload Reference pointer that will be passed to your callback.
* @return 0 on success, GIT_EUSER on non-zero callback, or error code * @return 0 on success, GIT_EUSER on non-zero callback, or error code
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment