Unverified Commit 6d1f1926 by Edward Thomson Committed by GitHub

Merge pull request #5648 from eltociear/patch-1

Fixed typo in comment
parents 9293e165 4b93f165
...@@ -237,7 +237,7 @@ GIT_EXTERN(void) giterr_clear(void); ...@@ -237,7 +237,7 @@ GIT_EXTERN(void) giterr_clear(void);
GIT_EXTERN(void) giterr_set_str(int error_class, const char *string); 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. * of `git_error_set_oom` and is preserved for backward compatibility.
* *
* This function is deprecated, but there is no plan to remove this * This function is deprecated, but there is no plan to remove this
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment