Skip to content

Commit 9d80d74

Browse files
author
schu
committed
signature.h: Fix tiny typo
1 parent 09e8de0 commit 9d80d74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/git2/signature.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ GIT_BEGIN_DECL
4545
* @email email of the person
4646
* @time time when the action happened
4747
* @offset timezone offset in minutes for the time
48-
* @return the new sig, NULl on out of memory
48+
* @return the new sig, NULL on out of memory
4949
*/
5050
GIT_EXTERN(git_signature *) git_signature_new(const char *name, const char *email, git_time_t time, int offset);
5151

0 commit comments

Comments
 (0)