From 2b96b6ef0c6c8ccc88d93d9630ccc9c70932eeb2 Mon Sep 17 00:00:00 2001 From: Stjepan Rajko Date: Wed, 14 Oct 2015 09:41:27 -0700 Subject: [PATCH] Fix docs typo geterr_clear -> giterr_clear --- docs/error-handling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.