summaryrefslogtreecommitdiffstats
path: root/src/xml
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2010-02-03 16:32:15 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2010-02-03 16:32:15 (GMT)
commit038893af4241add08cbcf4ee9973b17209bc2272 (patch)
tree8abe5fd3fbe9cc3a6e7a7efca0b288e205bcaba1 /src/xml
parent6824471ce5302c6352519a8908c6c3d3ecebaadb (diff)
downloadQt-038893af4241add08cbcf4ee9973b17209bc2272.zip
Qt-038893af4241add08cbcf4ee9973b17209bc2272.tar.gz
Qt-038893af4241add08cbcf4ee9973b17209bc2272.tar.bz2
Doc: Fixed typo.
Reviewed-by: Trust Me
Diffstat (limited to 'src/xml')
-rw-r--r--src/xml/dom/qdom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml/dom/qdom.cpp b/src/xml/dom/qdom.cpp
index cae959b..8d9ae4f 100644
--- a/src/xml/dom/qdom.cpp
+++ b/src/xml/dom/qdom.cpp
@@ -2973,7 +2973,7 @@ QDomElement QDomNode::lastChildElement(const QString &tagName) const
}
/*!
- Returns the next sibilng element with tag name \a tagName if \a tagName
+ Returns the next sibling element with tag name \a tagName if \a tagName
is non-empty; otherwise returns any next sibling element.
Returns a null element if no such sibling exists.