summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStjepan Rajko <stjepanr@axosoft.com>2015-10-14 09:41:27 -0700
committerStjepan Rajko <stjepanr@axosoft.com>2015-10-26 10:21:09 -0700
commit2b96b6ef0c6c8ccc88d93d9630ccc9c70932eeb2 (patch)
tree294ec6ce75d0c0184fd729571029f6dbf7a69700
parent821131fdaee74526d84aaf1c6ceddc2139c551df (diff)
downloadlibgit2-2b96b6ef0c6c8ccc88d93d9630ccc9c70932eeb2.tar.gz
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.