tests/auto/qitemmodel/tst_qitemmodel.cpp
changeset 30 5dc02b23752f
parent 18 2f34d5167611
--- a/tests/auto/qitemmodel/tst_qitemmodel.cpp	Wed Jun 23 19:07:03 2010 +0300
+++ b/tests/auto/qitemmodel/tst_qitemmodel.cpp	Tue Jul 06 15:10:48 2010 +0300
@@ -452,7 +452,7 @@
             QCOMPARE(index.column(), c);
             QCOMPARE(currentModel->data(index, Qt::DisplayRole).isValid(), true);
 
-            // If the next test fails here is some somewhat usefull debug you play with.
+            // If the next test fails here is some somewhat useful debug you play with.
             /*
             if (currentModel->parent(index) != parent) {
                 qDebug() << r << c << currentDepth << currentModel->data(index).toString()