summaryrefslogtreecommitdiffstats
path: root/src/xmlpatterns
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2010-07-16 14:09:59 +0200
committerDavid Boddie <dboddie@trolltech.com>2010-07-16 14:09:59 +0200
commite2fb9c4df301678719cb0cff78838b35435c3b38 (patch)
treed81de38eaaddf7868d6c8e71418f6da59728fdef /src/xmlpatterns
parentd59380458cce6fc52b6de91d8380b31d46c3f83f (diff)
Doc: Fixed typo.
Reviewed-by: Trust Me
Diffstat (limited to 'src/xmlpatterns')
-rw-r--r--src/xmlpatterns/api/qabstractxmlnodemodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlpatterns/api/qabstractxmlnodemodel.cpp b/src/xmlpatterns/api/qabstractxmlnodemodel.cpp
index 7f2ad9f85b..0f9760d6a1 100644
--- a/src/xmlpatterns/api/qabstractxmlnodemodel.cpp
+++ b/src/xmlpatterns/api/qabstractxmlnodemodel.cpp
@@ -1355,7 +1355,7 @@ bool QXmlItem::isNull() const
QAbstractXmlNodeModel for its existence, the only way you can create
an instance of QXmlNodeModelIndex is by asking the node model to
create one for you with QAbstractXmlNodeModel::createIndex(). Since
- that function is protected, it is usually a good ide to write a
+ that function is protected, it is usually a good idea to write a
public function that creates a QXmlNodeModelIndex from arguments that
are appropriate for your particular node model.