mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-08 18:08:11 +00:00
Fix typo
This commit is contained in:
parent
5de4ec8104
commit
7ce60099ee
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user