diff options
author | David Boddie <dboddie@trolltech.com> | 2010-02-03 16:32:15 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2010-02-03 16:32:15 (GMT) |
commit | 038893af4241add08cbcf4ee9973b17209bc2272 (patch) | |
tree | 8abe5fd3fbe9cc3a6e7a7efca0b288e205bcaba1 | |
parent | 6824471ce5302c6352519a8908c6c3d3ecebaadb (diff) | |
download | Qt-038893af4241add08cbcf4ee9973b17209bc2272.zip Qt-038893af4241add08cbcf4ee9973b17209bc2272.tar.gz Qt-038893af4241add08cbcf4ee9973b17209bc2272.tar.bz2 |
Doc: Fixed typo.
Reviewed-by: Trust Me
-rw-r--r-- | src/xml/dom/qdom.cpp | 2 |
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. |