summaryrefslogtreecommitdiffstats
path: root/doc/xml.doc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 22:04:08 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 22:04:08 -0600
commite02e31c8b9d854cd62cbe9799228f6e08e882773 (patch)
tree53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /doc/xml.doc
parent143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff)
downloadtqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz
tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip
Sync with latest script
Diffstat (limited to 'doc/xml.doc')
-rw-r--r--doc/xml.doc8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/xml.doc b/doc/xml.doc
index 30f4d120..733f2b39 100644
--- a/doc/xml.doc
+++ b/doc/xml.doc
@@ -16,7 +16,7 @@
** and the KDE Free Qt 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:
@@ -258,7 +258,7 @@ http://xml.org/sax/features/validation (the ability to report
validation errors).
Whilst SAX2 leaves it to the user to define and implement whatever
-features are retquired, support for \e
+features are required, support for \e
http://xml.org/sax/features/namespace (and thus \e
http://xml.org/sax/features/namespace-prefixes) is mandantory.
The \l QXmlSimpleReader implementation of \l QXmlReader,
@@ -365,7 +365,7 @@ useful if a reader supports special handler classes.
The URIs used for features and properties often look like URLs, e.g.
\c http://xml.org/sax/features/namespace. This does not mean that the
-data retquired is at this address. It is simply a way of defining
+data required is at this address. It is simply a way of defining
unique names.
Anyone can define and use new SAX2 properties for their readers.
@@ -624,7 +624,7 @@ the context of namespaces:
local part of \e book:title.)
\i The \e {namespace URI} ("Uniform Resource Identifier") is a unique
identifier for a namespace. It looks like a URL
- (e.g. \e http://trolltech.com/fnord/ ) but does not retquire
+ (e.g. \e http://trolltech.com/fnord/ ) but does not require
data to be accessible by the given protocol at the named address.
\endlist