Fixed typo

This commit is contained in:
2022-08-04 16:05:29 +02:00
parent ed60694e4c
commit d29b1093ed
+1 -1
View File
@@ -33,7 +33,7 @@
mxml_find_nodes(tree, xml_path, &nodelist);
which support a subset of the XPath specification. Another set of
functions is availabe to retrieve attributes and values from nodes
functions is available to retrieve attributes and values from nodes
in the tree and for manipulating nodes, like replacing, adding and
deleting nodes.