Skip to content

Commit 6d1f192

Browse files
authored
Merge pull request libgit2#5648 from eltociear/patch-1
Fixed typo in comment
2 parents 9293e16 + 4b93f16 commit 6d1f192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/git2/deprecated.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ GIT_EXTERN(void) giterr_clear(void);
237237
GIT_EXTERN(void) giterr_set_str(int error_class, const char *string);
238238

239239
/**
240-
* Indicates that an out-of-memory situation occured. This is an alias
240+
* Indicates that an out-of-memory situation occurred. This is an alias
241241
* of `git_error_set_oom` and is preserved for backward compatibility.
242242
*
243243
* This function is deprecated, but there is no plan to remove this

0 commit comments

Comments
 (0)