summaryrefslogtreecommitdiffstats
path: root/doc/html/qdomnodelist.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qdomnodelist.html')
-rw-r--r--doc/html/qdomnodelist.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qdomnodelist.html b/doc/html/qdomnodelist.html
index a3050b42..38c3104b 100644
--- a/doc/html/qdomnodelist.html
+++ b/doc/html/qdomnodelist.html
@@ -57,7 +57,7 @@ The TQDomNodeList class is a list of <a href="qdomnode.html">TQDomNode</a> objec
<p>
<p> Lists can be obtained by <a href="qdomdocument.html#elementsByTagName">TQDomDocument::elementsByTagName</a>() and
-<a href="qdomnode.html#childNodes">TQDomNode::childNodes</a>(). The Document Object Model (DOM) retquires
+<a href="qdomnode.html#childNodes">TQDomNode::childNodes</a>(). The Document Object Model (DOM) requires
these lists to be "live": whenever you change the underlying
document, the contents of the list will get updated.
<p> You can get a particular node from the list with <a href="#item">item</a>(). The