Explorar el Código

Plural of child is children, not childrens

master
ooxi hace 10 años
padre
commit
052f19e572
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/xml.c

+ 1
- 1
src/xml.c Ver fichero

@@ -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;



Cargando…
Cancelar
Guardar