diff options
author | Laszlo Papp <djszapi@archlinux.us> | 2010-05-01 11:15:49 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-05-03 10:23:50 (GMT) |
commit | cfa3b8f2a7a3b3122fdff7781e32066e0d7f8d66 (patch) | |
tree | de39ee15406b0e7e0538d0ba8415f417cfdcbcc5 /src/xmlpatterns | |
parent | def0ab445ffc747ed78ca7b90f84f3d68c722f03 (diff) | |
download | Qt-cfa3b8f2a7a3b3122fdff7781e32066e0d7f8d66.zip Qt-cfa3b8f2a7a3b3122fdff7781e32066e0d7f8d66.tar.gz Qt-cfa3b8f2a7a3b3122fdff7781e32066e0d7f8d66.tar.bz2 |
Fix a small typo: therfore -> therefore
Diffstat (limited to 'src/xmlpatterns')
-rw-r--r-- | src/xmlpatterns/type/qschematype_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlpatterns/type/qschematype_p.h b/src/xmlpatterns/type/qschematype_p.h index 1b26fb8..ff8b86b 100644 --- a/src/xmlpatterns/type/qschematype_p.h +++ b/src/xmlpatterns/type/qschematype_p.h @@ -174,7 +174,7 @@ namespace QPatternist * a QXmlName instance stored as a member. * * If the type code was refactored to not be store globally and - * therfore by design would be tied to a name pool, this argument could + * therefore by design would be tied to a name pool, this argument could * be removed. */ virtual QXmlName name(const NamePool::Ptr &np) const = 0; |