summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2020-10-05 09:41:08 +0100
committerGitHub <noreply@github.com>2020-10-05 09:41:08 +0100
commit6d1f19269f6bdce126689535e86819f704f25d1a (patch)
treec259c6d22f5c5619104316cd4dd1af4970261b0c
parent9293e165a0214a277af306fcca640c2d637f2792 (diff)
parent4b93f165cbe36850d40b51b35f5ff602ef711fad (diff)
downloadlibgit2-6d1f19269f6bdce126689535e86819f704f25d1a.tar.gz
Merge pull request #5648 from eltociear/patch-1
Fixed typo in comment
-rw-r--r--include/git2/deprecated.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/deprecated.h b/include/git2/deprecated.h
index a5521c6a6..3f285018d 100644
--- a/include/git2/deprecated.h
+++ b/include/git2/deprecated.h
@@ -237,7 +237,7 @@ GIT_EXTERN(void) giterr_clear(void);
GIT_EXTERN(void) giterr_set_str(int error_class, const char *string);
/**
- * Indicates that an out-of-memory situation occured. This is an alias
+ * Indicates that an out-of-memory situation occurred. This is an alias
* of `git_error_set_oom` and is preserved for backward compatibility.
*
* This function is deprecated, but there is no plan to remove this