diff options
author | schu <schu-github@schulog.org> | 2011-03-28 17:57:08 +0200 |
---|---|---|
committer | schu <schu-github@schulog.org> | 2011-03-28 17:57:08 +0200 |
commit | 9d80d74da58207da65eebc4f5c1919fa382d8a38 (patch) | |
tree | 95d4e0000b3dab2e7c191c8b3e7b1b9333a84d47 /include/git2/signature.h | |
parent | 09e8de0f38ed8f28c02e5a3fa987cbb74e98a671 (diff) | |
download | libgit2-9d80d74da58207da65eebc4f5c1919fa382d8a38.tar.gz |
signature.h: Fix tiny typo
Diffstat (limited to 'include/git2/signature.h')
-rw-r--r-- | include/git2/signature.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/signature.h b/include/git2/signature.h index 200397ab..40412a45 100644 --- a/include/git2/signature.h +++ b/include/git2/signature.h @@ -45,7 +45,7 @@ GIT_BEGIN_DECL * @email email of the person * @time time when the action happened * @offset timezone offset in minutes for the time - * @return the new sig, NULl on out of memory + * @return the new sig, NULL on out of memory */ GIT_EXTERN(git_signature *) git_signature_new(const char *name, const char *email, git_time_t time, int offset); |