summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qtextdocumentfragment
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2011-10-25 00:11:03 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-26 13:50:12 +0200
commitc3313fdd1c0be9eb02724a0b6dc6cc14028bd409 (patch)
tree39ff04f367163e0dd99342f64f6a021bd5fbd2b2 /tests/auto/gui/text/qtextdocumentfragment
parent264272fb88358c1bc681442bbfd4673de29ef969 (diff)
Doc: Fixing typo
Fix typos I was able to find in `tests/auto' directory. Change-Id: Id0bfcc18301381ac8b1ca8d5af17bd926e5913d4 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@nokia.com>
Diffstat (limited to 'tests/auto/gui/text/qtextdocumentfragment')
-rw-r--r--tests/auto/gui/text/qtextdocumentfragment/tst_qtextdocumentfragment.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/gui/text/qtextdocumentfragment/tst_qtextdocumentfragment.cpp b/tests/auto/gui/text/qtextdocumentfragment/tst_qtextdocumentfragment.cpp
index 79d01d8842..c18d81a9af 100644
--- a/tests/auto/gui/text/qtextdocumentfragment/tst_qtextdocumentfragment.cpp
+++ b/tests/auto/gui/text/qtextdocumentfragment/tst_qtextdocumentfragment.cpp
@@ -868,7 +868,7 @@ void tst_QTextDocumentFragment::unorderedListEnumeration()
void tst_QTextDocumentFragment::resetHasBlockAfterClosedBlockTags()
{
- // when closing tags we have to make sure hasBlock in import() gets resetted
+ // when closing tags we have to make sure hasBlock in import() gets reset
const char html[] = "<body><table><tr><td><td><p></table><p></body>";
setHtml(QString::fromLatin1(html));
QVERIFY(!doc->isEmpty());