Commit 9d80d74da58207da65eebc4f5c1919fa382d8a38

schu 2011-03-28T17:57:08

signature.h: Fix tiny typo

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/git2/signature.h b/include/git2/signature.h
index 200397a..40412a4 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);