diff options
| author | Vicent Marti <tanoku@gmail.com> | 2011-06-16 03:02:46 +0200 |
|---|---|---|
| committer | Vicent Marti <tanoku@gmail.com> | 2011-06-16 03:06:22 +0200 |
| commit | d144c569f372aace4b71e595cb541111730edce4 (patch) | |
| tree | be63023d8be74794fbe4e12214116914a1dad92b /include/git2/signature.h | |
| parent | f1d018513aced2fb4e6c87f2d417b6f826dbe998 (diff) | |
| download | libgit2-d144c569f372aace4b71e595cb541111730edce4.tar.gz | |
Update documentation
Fix all the missmatched arguments in the docs
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 44d1f285e..4b5601783 100644 --- a/include/git2/signature.h +++ b/include/git2/signature.h @@ -42,7 +42,7 @@ GIT_BEGIN_DECL * manually or using git_signature_free * * @param name name of the person - * @param mail email of the person + * @param email email of the person * @param time time when the action happened * @param offset timezone offset in minutes for the time * @return the new sig, NULL on out of memory |
