diff options
| author | Etienne Samson <samson.etienne@gmail.com> | 2018-03-26 20:23:59 +0200 |
|---|---|---|
| committer | Etienne Samson <samson.etienne@gmail.com> | 2018-05-07 21:50:38 +0200 |
| commit | 3ec35d9c120fb32f9134142995d4c5cd78c11cbe (patch) | |
| tree | 525549403774f141b30a7a021d46082f57166fc7 /include | |
| parent | 78ea5adc4fdd22d4f07c5a687686754b76ce5f13 (diff) | |
| download | libgit2-3ec35d9c120fb32f9134142995d4c5cd78c11cbe.tar.gz | |
attr: fix typo
Diffstat (limited to 'include')
| -rw-r--r-- | include/git2/attr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/attr.h b/include/git2/attr.h index a58d21b7a..651454abc 100644 --- a/include/git2/attr.h +++ b/include/git2/attr.h @@ -196,7 +196,7 @@ GIT_EXTERN(int) git_attr_get_many( * @see git_attr_foreach. * * @param name The attribute name. - * @param value The attribute value. May be NULL is the attribute is explicitly + * @param value The attribute value. May be NULL if the attribute is explicitly * set to UNSPECIFIED using the '!' sign. * @param payload A user-specified pointer. * @return 0 to continue looping, non-zero to stop. This value will be returned |
