summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-10-24 15:55:53 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-25 22:41:24 +0200
commit9b710bc13b9f8d8cf163d14d1f6e741e7851b06e (patch)
tree1bc4d05ba05f0b286a431ac94fdb51dbe1796084 /tests
parentc6151b75b09f1b5891ea50a80e78be8f37469cb9 (diff)
correct spelling in comment
Change-Id: I6ffa96ac9cda0701c99f839804f400a167fcf9a7 Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/widgets/itemviews/qdatawidgetmapper/tst_qdatawidgetmapper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/widgets/itemviews/qdatawidgetmapper/tst_qdatawidgetmapper.cpp b/tests/auto/widgets/itemviews/qdatawidgetmapper/tst_qdatawidgetmapper.cpp
index 7f3e2295b2..85ee7144c9 100644
--- a/tests/auto/widgets/itemviews/qdatawidgetmapper/tst_qdatawidgetmapper.cpp
+++ b/tests/auto/widgets/itemviews/qdatawidgetmapper/tst_qdatawidgetmapper.cpp
@@ -357,7 +357,7 @@ void tst_QDataWidgetMapper::comboBox()
readWriteBox.addItem("read write item 1");
readWriteBox.addItem("read write item 2");
- // populat the combo boxes with data
+ // populate the combo boxes with data
mapper.addMapping(&readOnlyBox, 0, "currentIndex");
mapper.addMapping(&readWriteBox, 1, "currentText");
mapper.toFirst();