Commit 4b93f165cbe36850d40b51b35f5ff602ef711fad

Ikko Ashimine 2020-10-04T12:45:26

Fixed typo in comment occured -> occurred

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/git2/deprecated.h b/include/git2/deprecated.h
index a5521c6..3f28501 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