summaryrefslogtreecommitdiff
path: root/tests/auto/qitemview
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2011-06-30 23:44:57 +0200
committerSergio Ahumada <sergio.ahumada@nokia.com>2011-06-30 23:44:57 +0200
commit0a9652c93170ab9520869e9e231eba1834b47abc (patch)
treeafcf901cae65424a06d21c389e4bde7046b9a693 /tests/auto/qitemview
parentd795e50a2bf89209b124ec29fe7dd883208224ea (diff)
downloadqt4-tools-0a9652c93170ab9520869e9e231eba1834b47abc.tar.gz
Doc: Fixing typo
Diffstat (limited to 'tests/auto/qitemview')
-rw-r--r--tests/auto/qitemview/tst_qitemview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qitemview/tst_qitemview.cpp b/tests/auto/qitemview/tst_qitemview.cpp
index 1f43568240..b957f73eec 100644
--- a/tests/auto/qitemview/tst_qitemview.cpp
+++ b/tests/auto/qitemview/tst_qitemview.cpp
@@ -86,7 +86,7 @@ bool qt_wince_is_mobile() {
See viewstotest.cpp for instructions on how to have your view tested with these tests.
Each test such as visualRect have a _data() function which populate the QTest data with
- tests specified by viewstotest.cpp and any extra data needed for that perticular test.
+ tests specified by viewstotest.cpp and any extra data needed for that particular test.
setupWithNoTestData() fills QTest data with only the tests it is used by most tests.
@@ -324,7 +324,7 @@ void tst_QItemView::nonDestructiveBasicTest_data()
}
/*!
- nonDestructiveBasicTest trys to call a number of the basic functions (not all)
+ nonDestructiveBasicTest tries to call a number of the basic functions (not all)
to make sure the view doesn't segfault, testing the functions that makes sense.
*/
void tst_QItemView::nonDestructiveBasicTest()