summaryrefslogtreecommitdiffstats
path: root/src/xml/qxml.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml/qxml.cpp')
-rw-r--r--src/xml/qxml.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/xml/qxml.cpp b/src/xml/qxml.cpp
index fb09a89fa..34dbeeb20 100644
--- a/src/xml/qxml.cpp
+++ b/src/xml/qxml.cpp
@@ -18,7 +18,7 @@
** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
-** Public Licensing retquirements will be met:
+** Public Licensing requirements will be met:
** http://trolltech.com/products/qt/licenses/licensing/opensource/.
** If you are unsure which license is appropriate for your use, please
** review the following information:
@@ -1547,7 +1547,7 @@ TQString TQXmlInputSource::fromRawData( const TQByteArray &data, bool beginning
with TQXmlReader::setDTDHandler().
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 notationDecl() and
unparsedEntityDecl() respectively.
@@ -5625,9 +5625,9 @@ bool TQXmlSimpleReader::parseElementDecl()
{
const signed char Init = 0;
const signed char Elem = 1; // parse the beginning string
- const signed char Ws1 = 2; // whitespace retquired
+ const signed char Ws1 = 2; // whitespace required
const signed char Nam = 3; // parse Name
- const signed char Ws2 = 4; // whitespace retquired
+ const signed char Ws2 = 4; // whitespace required
const signed char Empty = 5; // read EMPTY
const signed char Any = 6; // read ANY
const signed char Cont = 7; // read contentspec (except ANY or EMPTY)