summaryrefslogtreecommitdiff
path: root/include/git2
diff options
context:
space:
mode:
authorIkko Ashimine <eltociear@gmail.com>2020-10-04 12:45:26 +0900
committerGitHub <noreply@github.com>2020-10-04 12:45:26 +0900
commit4b93f165cbe36850d40b51b35f5ff602ef711fad (patch)
treeec243d9fabef259373ed67e09bc13fa2dd27e620 /include/git2
parent8087498dc519f40ac099d31d9f29eb1544f62329 (diff)
downloadlibgit2-4b93f165cbe36850d40b51b35f5ff602ef711fad.tar.gz
Fixed typo in comment
occured -> occurred
Diffstat (limited to 'include/git2')
-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