Skip to content

Commit 052f19e

Browse files
committed
Plural of child is children, not childrens
1 parent 207c754 commit 052f19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xml.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ struct xml_node* xml_node_child(struct xml_node* node, size_t child) {
796796
*/
797797
struct xml_node* xml_easy_child(struct xml_node* node, uint8_t const* child_name, ...) {
798798

799-
/* Find childrens, one by one
799+
/* Find children, one by one
800800
*/
801801
struct xml_node* current = node;
802802

0 commit comments

Comments
 (0)