diff -r b72c6db6890b -r 5dc02b23752f tests/auto/qitemmodel/tst_qitemmodel.cpp --- 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()