summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authoraavit <qt-info@nokia.com>2011-08-23 07:50:22 (GMT)
committeraavit <qt-info@nokia.com>2011-08-23 07:50:22 (GMT)
commit130e906f38dfdbc5be59da3316da35a842a505de (patch)
treee68c589d74e2254e1882a481b6ac860ec89051a9 /tests
parentd8011ca76c87baba0d78fde1f3488138893cb321 (diff)
downloadQt-130e906f38dfdbc5be59da3316da35a842a505de.zip
Qt-130e906f38dfdbc5be59da3316da35a842a505de.tar.gz
Qt-130e906f38dfdbc5be59da3316da35a842a505de.tar.bz2
Spelling fix
Reviewed-by: trustme
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qabstractspinbox/tst_qabstractspinbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qabstractspinbox/tst_qabstractspinbox.cpp b/tests/auto/qabstractspinbox/tst_qabstractspinbox.cpp
index d14c75b..4e93663 100644
--- a/tests/auto/qabstractspinbox/tst_qabstractspinbox.cpp
+++ b/tests/auto/qabstractspinbox/tst_qabstractspinbox.cpp
@@ -154,7 +154,7 @@ void tst_QAbstractSpinBox::task228728_cssselector()
{
//QAbstractSpinBox does some call to stylehint into his constructor.
//so while the stylesheet want to access property, it should not crash
- qApp->setStyleSheet("[alignement=\"1\"], [text=\"foo\"] { color:black; }" );
+ qApp->setStyleSheet("[alignment=\"1\"], [text=\"foo\"] { color:black; }" );
QSpinBox box;
}