Commit 2382d1bc6250ced02b0f352c87210fededf2188d

Carlos Martín Nieto 2015-10-26T21:13:54

Merge pull request #3485 from srajko/giterr_clear-typo-fix Fix docs typo geterr_clear -> giterr_clear

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/docs/error-handling.md b/docs/error-handling.md
index 2dbe64a..719244d 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.