correct spelling in comment
authorMark Brand <mabrand@mabrand.nl>
Wed, 24 Oct 2012 13:55:53 +0000 (15:55 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 25 Oct 2012 20:41:24 +0000 (22:41 +0200)
Change-Id: I6ffa96ac9cda0701c99f839804f400a167fcf9a7
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
tests/auto/widgets/itemviews/qdatawidgetmapper/tst_qdatawidgetmapper.cpp

index 7f3e229..85ee714 100644 (file)
@@ -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();