tests/auto/qitemmodel/tst_qitemmodel.cpp
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
--- a/tests/auto/qitemmodel/tst_qitemmodel.cpp	Mon Jun 21 22:38:13 2010 +0100
+++ b/tests/auto/qitemmodel/tst_qitemmodel.cpp	Thu Jul 22 16:41:55 2010 +0100
@@ -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()