瀏覽代碼

Plural of child is children, not childrens

master
ooxi 11 年之前
父節點
當前提交
052f19e572
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/xml.c

+ 1
- 1
src/xml.c 查看文件

@@ -796,7 +796,7 @@ struct xml_node* xml_node_child(struct xml_node* node, size_t child) {
*/
struct xml_node* xml_easy_child(struct xml_node* node, uint8_t const* child_name, ...) {

/* Find childrens, one by one
/* Find children, one by one
*/
struct xml_node* current = node;



Loading…
取消
儲存