diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:04:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:04:08 -0600 |
commit | e02e31c8b9d854cd62cbe9799228f6e08e882773 (patch) | |
tree | 53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /src/xml/qxml.cpp | |
parent | 143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff) | |
download | tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip |
Sync with latest script
Diffstat (limited to 'src/xml/qxml.cpp')
-rw-r--r-- | src/xml/qxml.cpp | 8 |
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) |