summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2011-08-23 18:13:43 (GMT)
committerSergio Ahumada <sergio.ahumada@nokia.com>2011-08-23 18:13:43 (GMT)
commit1ee6ff9fab218a8fa02a3cad1614730eb716bf45 (patch)
treeee0f9bb857fa918fbb79c5377afed66a3979b8ef /tests
parent2c198b3ace2fb09ed0eaa45aec6ce2c96a45aafb (diff)
downloadQt-1ee6ff9fab218a8fa02a3cad1614730eb716bf45.zip
Qt-1ee6ff9fab218a8fa02a3cad1614730eb716bf45.tar.gz
Qt-1ee6ff9fab218a8fa02a3cad1614730eb716bf45.tar.bz2
Doc: Fixing typo
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/qdeclarativetextinput/tst_qdeclarativetextinput.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativetextinput/tst_qdeclarativetextinput.cpp b/tests/auto/declarative/qdeclarativetextinput/tst_qdeclarativetextinput.cpp
index 7f3b8a2..bb895bf 100644
--- a/tests/auto/declarative/qdeclarativetextinput/tst_qdeclarativetextinput.cpp
+++ b/tests/auto/declarative/qdeclarativetextinput/tst_qdeclarativetextinput.cpp
@@ -1268,7 +1268,7 @@ void tst_qdeclarativetextinput::horizontalAlignment_RightToLeft()
QTest::qWaitForWindowShown(canvas);
QTRY_COMPARE(QApplication::activeWindow(), static_cast<QWidget *>(canvas));
- // If there is no commited text, the preedit text should determine the alignment.
+ // If there is no committed text, the preedit text should determine the alignment.
textInput->setText(QString());
{ QInputMethodEvent ev(rtlText, QList<QInputMethodEvent::Attribute>()); QApplication::sendEvent(canvas, &ev); }
QCOMPARE(textInput->hAlign(), QDeclarativeTextInput::AlignRight);