summaryrefslogtreecommitdiffstats
path: root/doc/html/qxmldtdhandler.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qxmldtdhandler.html')
-rw-r--r--doc/html/qxmldtdhandler.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qxmldtdhandler.html b/doc/html/qxmldtdhandler.html
index 6a6ad46a..971d7b7a 100644
--- a/doc/html/qxmldtdhandler.html
+++ b/doc/html/qxmldtdhandler.html
@@ -57,7 +57,7 @@ DTD content of XML data.
entities, it can implement this interface and register an instance
with <a href="qxmlreader.html#setDTDHandler">TQXmlReader::setDTDHandler</a>().
<p> Note that this interface includes only those DTD events that the
-XML recommendation retquires processors to report, i.e. notation
+XML recommendation requires processors to report, i.e. notation
and unparsed entity declarations using <a href="#notationDecl">notationDecl</a>() and
<a href="#unparsedEntityDecl">unparsedEntityDecl</a>() respectively.
<p> See also the <a href="xml.html#sax2Intro">Introduction to SAX2</a>.