summaryrefslogtreecommitdiffstats
path: root/src/xmlpatterns/schema/qxsdschemaparser.cpp
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2018-02-13 16:02:57 +0100
committerJarek Kobus <jaroslaw.kobus@qt.io>2018-02-14 07:17:37 +0000
commit6946807b6c223908fcc55a76803aa4e8cfbddc55 (patch)
treeb7a6eb7447f7381fc0abe2c8a1fa8ab1f682ec8a /src/xmlpatterns/schema/qxsdschemaparser.cpp
parentf64cfa1a8ad6ee6638035b251f7443b98a5f730f (diff)
Fix typos
Change-Id: I29f89ddf8e2ff9ef47a6f27897e458d042293979 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/xmlpatterns/schema/qxsdschemaparser.cpp')
-rw-r--r--src/xmlpatterns/schema/qxsdschemaparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlpatterns/schema/qxsdschemaparser.cpp b/src/xmlpatterns/schema/qxsdschemaparser.cpp
index b1af3b1f..8bbda27a 100644
--- a/src/xmlpatterns/schema/qxsdschemaparser.cpp
+++ b/src/xmlpatterns/schema/qxsdschemaparser.cpp
@@ -70,7 +70,7 @@ QT_BEGIN_NAMESPACE
* a so called (incomplete) 'compiled schema', which is a representation of the XML Schema
* structure as C++ objects.
* As the parser is a streaming parser, it can't resolve references to types or elements/attributes
- * in place, therefor it creates resolver tasks which are passed to the schema resolver component
+ * in place, therefore it creates resolver tasks which are passed to the schema resolver component
* for resolving at a later point in time.
* The parser does furthermore the basic XML structure constraint checking, e.g. if all required
* attributes are available or the order of the elements is correct.</dd>