summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2015-10-26 21:13:54 +0100
committerCarlos Martín Nieto <cmn@dwim.me>2015-10-26 21:13:54 +0100
commit2382d1bc6250ced02b0f352c87210fededf2188d (patch)
tree294ec6ce75d0c0184fd729571029f6dbf7a69700
parent821131fdaee74526d84aaf1c6ceddc2139c551df (diff)
parent2b96b6ef0c6c8ccc88d93d9630ccc9c70932eeb2 (diff)
downloadlibgit2-2382d1bc6250ced02b0f352c87210fededf2188d.tar.gz
Merge pull request #3485 from srajko/giterr_clear-typo-fix
Fix docs typo geterr_clear -> giterr_clear
-rw-r--r--docs/error-handling.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/error-handling.md b/docs/error-handling.md
index 2dbe64a71..719244d2f 100644
--- a/docs/error-handling.md
+++ b/docs/error-handling.md
@@ -128,7 +128,7 @@ The public error API
bugs, but in the meantime, please code defensively and check for NULL
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
and the higher level function handles the error.