We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78ea5ad commit 3ec35d9Copy full SHA for 3ec35d9
include/git2/attr.h
@@ -196,7 +196,7 @@ GIT_EXTERN(int) git_attr_get_many(
196
* @see git_attr_foreach.
197
*
198
* @param name The attribute name.
199
- * @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
200
* set to UNSPECIFIED using the '!' sign.
201
* @param payload A user-specified pointer.
202
* @return 0 to continue looping, non-zero to stop. This value will be returned
0 commit comments