summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2011-03-23 10:34:41 (GMT)
committerDenis Dzyubenko <denis.dzyubenko@nokia.com>2011-03-23 11:10:33 (GMT)
commit18d9987e4a8f096ac4e4045ebc1a35d93e8fc134 (patch)
tree1db42e87c35707fc977fb506e0af50752d087c52
parent3a9b2fc482a95416bb5173720cc000cf99851823 (diff)
downloadQt-18d9987e4a8f096ac4e4045ebc1a35d93e8fc134.zip
Qt-18d9987e4a8f096ac4e4045ebc1a35d93e8fc134.tar.gz
Qt-18d9987e4a8f096ac4e4045ebc1a35d93e8fc134.tar.bz2
Fixed a typo in the manual test
Reviewed-by: trustme
-rw-r--r--tests/manual/qlocale/miscellaneous.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/qlocale/miscellaneous.cpp b/tests/manual/qlocale/miscellaneous.cpp
index a9694bf..89c80dc 100644
--- a/tests/manual/qlocale/miscellaneous.cpp
+++ b/tests/manual/qlocale/miscellaneous.cpp
@@ -49,7 +49,7 @@ MiscWidget::MiscWidget()
createLineEdit("Alternate quotes:", &alternateQuotedTextLabel, &alternateQuotedText);
textToQuote->setText("some text");
createLineEdit("Text direction:", &textDirectionLabel, &textDirection);
- createLineEdit("List to seperated string:", &listToSeparatedStringLabel, &listToSeparatedStringText);
+ createLineEdit("List to separated string:", &listToSeparatedStringLabel, &listToSeparatedStringText);
l->addWidget(textToQuoteLabel, 0, 0);
l->addWidget(textToQuote, 0, 1);