]> git.proxmox.com Git - libgit2.git/commitdiff
signature.h: Fix tiny typo
authorschu <schu-github@schulog.org>
Mon, 28 Mar 2011 15:57:08 +0000 (17:57 +0200)
committerschu <schu-github@schulog.org>
Mon, 28 Mar 2011 15:57:08 +0000 (17:57 +0200)
include/git2/signature.h

index 200397ab341af795e5b8b8974a6110416bd470f1..40412a45f61d111ef196f88092a7cc5b306738de 100644 (file)
@@ -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);