summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStjepan Rajko <stjepanr@axosoft.com>2015-10-14 09:41:27 -0700
committerCarlos Martín Nieto <cmn@dwim.me>2015-11-04 17:13:50 -0800
commit0e077d7f475c1db38190603144de5a9db7c76441 (patch)
tree7277e3730b098e27c73d4f5175acd50040407300
parent8f5f1a1acabee2f6d55218a47f0bd1e1adc25cc5 (diff)
downloadlibgit2-0e077d7f475c1db38190603144de5a9db7c76441.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.