diff options
Diffstat (limited to 'src/xmlpatterns/schema/qxsdschemaparser.cpp')
-rw-r--r-- | src/xmlpatterns/schema/qxsdschemaparser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlpatterns/schema/qxsdschemaparser.cpp b/src/xmlpatterns/schema/qxsdschemaparser.cpp index b1af3b1..8bbda27 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> |