Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2382d1b

Browse files
committed
Merge pull request libgit2#3485 from srajko/giterr_clear-typo-fix
Fix docs typo geterr_clear -> giterr_clear
2 parents 821131f + 2b96b6e commit 2382d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/error-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ The public error API
128128
bugs, but in the meantime, please code defensively and check for NULL
129129
when calling this function.
130130
131-
- `void geterr_clear(void)`: This function clears the last error. The
131+
- `void giterr_clear(void)`: This function clears the last error. The
132132
library will call this when an error is generated by low level function
133133
and the higher level function handles the error.
134134

0 commit comments

Comments
 (0)