summaryrefslogtreecommitdiff
path: root/include/git2/errors.h
diff options
context:
space:
mode:
authorJohan Abildskov <randomsort@gmail.com>2018-08-27 09:23:02 +0200
committerJohan Abildskov <randomsort@gmail.com>2018-08-27 09:23:02 +0200
commitc0b2e5256ca3580b8c0fd2e6b04ae1c27d692e2e (patch)
treee8e7e0e8a2c8021c215691161779965e289d11a4 /include/git2/errors.h
parent4bd2a508fbb100052b42a5aa35d829514d69a0fb (diff)
downloadlibgit2-c0b2e5256ca3580b8c0fd2e6b04ae1c27d692e2e.tar.gz
Add two words to clarify
Diffstat (limited to 'include/git2/errors.h')
-rw-r--r--include/git2/errors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/errors.h b/include/git2/errors.h
index 5ae58bd64..676434f4a 100644
--- a/include/git2/errors.h
+++ b/include/git2/errors.h
@@ -113,7 +113,7 @@ typedef enum {
*
* The default behaviour of this function is to return NULL if no previous error has occurred.
* However, libgit2's error strings are not cleared aggressively, so a prior
- * (unrelated) error may be returned. This can avoided by only calling
+ * (unrelated) error may be returned. This can be avoided by only calling
* this function if the prior call to a libgit2 API returned an error.
*
* @return A git_error object.