summaryrefslogtreecommitdiff
path: root/tests/auto/q3checklistitem
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/q3checklistitem
parentd795e50a2bf89209b124ec29fe7dd883208224ea (diff)
downloadqt4-tools-0a9652c93170ab9520869e9e231eba1834b47abc.tar.gz
Doc: Fixing typo
Diffstat (limited to 'tests/auto/q3checklistitem')
-rw-r--r--tests/auto/q3checklistitem/tst_q3checklistitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/q3checklistitem/tst_q3checklistitem.cpp b/tests/auto/q3checklistitem/tst_q3checklistitem.cpp
index 70f062374d..6b2f0d6ed0 100644
--- a/tests/auto/q3checklistitem/tst_q3checklistitem.cpp
+++ b/tests/auto/q3checklistitem/tst_q3checklistitem.cpp
@@ -284,7 +284,7 @@ void tst_Q3CheckListItem::setState_data()
s.insert( "b_item1", Q3CheckListItem::On );
// bring back old state
s.insert( "c_item1", Q3CheckListItem::NoChange );
- // set item9 (and it's children) to On, wich also saves new history for the whole tree to On
+ // set item9 (and it's children) to On, which also saves new history for the whole tree to On
s.insert( "d_item9", Q3CheckListItem::On );
// bring back old state once again, all should be On now
s.insert( "e_item1", Q3CheckListItem::NoChange );