diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-06-30 23:44:57 +0200 |
---|---|---|
committer | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-06-30 23:44:57 +0200 |
commit | 0a9652c93170ab9520869e9e231eba1834b47abc (patch) | |
tree | afcf901cae65424a06d21c389e4bde7046b9a693 /tests/auto/q3checklistitem | |
parent | d795e50a2bf89209b124ec29fe7dd883208224ea (diff) | |
download | qt4-tools-0a9652c93170ab9520869e9e231eba1834b47abc.tar.gz |
Doc: Fixing typo
Diffstat (limited to 'tests/auto/q3checklistitem')
-rw-r--r-- | tests/auto/q3checklistitem/tst_q3checklistitem.cpp | 2 |
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 ); |