mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-28 03:39:47 +00:00
Merge pull request #3485 from srajko/giterr_clear-typo-fix
Fix docs typo geterr_clear -> giterr_clear
This commit is contained in:
commit
2382d1bc62
@ -128,7 +128,7 @@ The public error API
|
|||||||
bugs, but in the meantime, please code defensively and check for NULL
|
bugs, but in the meantime, please code defensively and check for NULL
|
||||||
when calling this function.
|
when calling this function.
|
||||||
|
|
||||||
- `void geterr_clear(void)`: This function clears the last error. The
|
- `void giterr_clear(void)`: This function clears the last error. The
|
||||||
library will call this when an error is generated by low level function
|
library will call this when an error is generated by low level function
|
||||||
and the higher level function handles the error.
|
and the higher level function handles the error.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user