diff options
author | Sergio Ahumada <sahumada@blackberry.com> | 2014-03-03 16:31:58 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-03-03 16:47:11 +0100 |
commit | e14e55a6d222346f3d4a27c310913ed0742c3e6b (patch) | |
tree | 07719b9d563f0d718446374f14b0053102461c51 /examples | |
parent | 943be6958436ffefc0b0389c152adc91961f25e9 (diff) | |
download | qtxmlpatterns-e14e55a6d222346f3d4a27c310913ed0742c3e6b.tar.gz |
Fix some typosv5.3.0-beta1
Change-Id: Ic387dac14f664fd01700142ca303d01d2fe09168
Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/xmlpatterns/filetree/doc/src/filetree.qdoc | 2 | ||||
-rw-r--r-- | examples/xmlpatterns/schema/doc/src/schema.qdoc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/xmlpatterns/filetree/doc/src/filetree.qdoc b/examples/xmlpatterns/filetree/doc/src/filetree.qdoc index b1204b6..1093d56 100644 --- a/examples/xmlpatterns/filetree/doc/src/filetree.qdoc +++ b/examples/xmlpatterns/filetree/doc/src/filetree.qdoc @@ -44,7 +44,7 @@ \image filetree_1-example.png - \section2 The User Inteface + \section2 The User Interface The example is shown below. First, we use \c{File->Open Directory} (not shown) to select the \c{/filetree} directory. Then we use the diff --git a/examples/xmlpatterns/schema/doc/src/schema.qdoc b/examples/xmlpatterns/schema/doc/src/schema.qdoc index 1bcfc8a..b628bca 100644 --- a/examples/xmlpatterns/schema/doc/src/schema.qdoc +++ b/examples/xmlpatterns/schema/doc/src/schema.qdoc @@ -114,7 +114,7 @@ After the \l{QXmlSchema} {QXmlSchema} is instanciated and the message handler set on it, the \l{QXmlSchema::load()} {load()} method is called with the schema data as argument. - If the schema is invalid or a parsing error has occured, \l{QXmlSchema::isValid()} {isValid()} + If the schema is invalid or a parsing error has occurred, \l{QXmlSchema::isValid()} {isValid()} returns \c{false} and the error is flagged in \c{errorOccurred}. If the loading was successful, a \l{QXmlSchemaValidator} {QXmlSchemaValidator} is instanciated and the schema passed in the constructor. |