summaryrefslogtreecommitdiff
path: root/tree.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-02-16 15:50:27 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-02-16 15:50:27 +0000
commit784b93587b641abbb35dff2f92002aaea1e8945f (patch)
tree3c1ea27920e9229645fcf68746170651f0248f73 /tree.c
parentfebcca40d43b41df4fb202d6c96104c5aae6c68d (diff)
downloadlibxml2-784b93587b641abbb35dff2f92002aaea1e8945f.tar.gz
applied a patch from Kjartan Maraas to fix some typos Daniel
* ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied a patch from Kjartan Maraas to fix some typos Daniel
Diffstat (limited to 'tree.c')
-rw-r--r--tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tree.c b/tree.c
index 8bb06254..e19817ae 100644
--- a/tree.c
+++ b/tree.c
@@ -5441,7 +5441,7 @@ xmlHasNsProp(xmlNodePtr node, const xmlChar *name, const xmlChar *nameSpace) {
* This does the entity substitution.
* This function looks in DTD attribute declaration for #FIXED or
* default declaration values unless DTD use has been turned off.
- * NOTE: this function acts independantly of namespaces associated
+ * NOTE: this function acts independently of namespaces associated
* to the attribute. Use xmlGetNsProp() or xmlGetNoNsProp()
* for namespace aware processing.
*