correct spelling in comment

Change-Id: I6ffa96ac9cda0701c99f839804f400a167fcf9a7
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
bb10
Mark Brand 2012-10-24 15:55:53 +02:00 committed by The Qt Project
parent c6151b75b0
commit 9b710bc13b
1 changed files with 1 additions and 1 deletions

View 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();