Skip to content

Commit 477c2af

Browse files
committed
Fix typo in simplexml.c
1 parent acda7ed commit 477c2af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/simplexml/simplexml.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ static int sxe_prop_dim_exists(zend_object *object, zval *member, int check_empt
717717
}
718718
if (exists && check_empty == 1 &&
719719
(!attr->children || !attr->children->content || !attr->children->content[0] || xmlStrEqual(attr->children->content, (const xmlChar *) "0")) ) {
720-
/* Attribute with no content in it's text node */
720+
/* Attribute with no content in its text node */
721721
exists = 0;
722722
}
723723
}

0 commit comments

Comments
 (0)