src/xmlpatterns/api/qabstractxmlnodemodel.cpp
changeset 37 758a864f9613
parent 18 2f34d5167611
--- a/src/xmlpatterns/api/qabstractxmlnodemodel.cpp	Fri Sep 17 08:34:18 2010 +0300
+++ b/src/xmlpatterns/api/qabstractxmlnodemodel.cpp	Mon Oct 04 01:19:32 2010 +0300
@@ -1355,7 +1355,7 @@
   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.