summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@blackberry.com>2014-03-03 16:31:58 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-03 16:47:11 +0100
commite14e55a6d222346f3d4a27c310913ed0742c3e6b (patch)
tree07719b9d563f0d718446374f14b0053102461c51 /tests
parent943be6958436ffefc0b0389c152adc91961f25e9 (diff)
downloadqtxmlpatterns-e14e55a6d222346f3d4a27c310913ed0742c3e6b.tar.gz
Fix some typosv5.3.0-beta1
Change-Id: Ic387dac14f664fd01700142ca303d01d2fe09168 Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/xmlpatternssdk/TestSuiteHandler.cpp2
-rw-r--r--tests/auto/xmlpatternssdk/XMLWriter.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/xmlpatternssdk/TestSuiteHandler.cpp b/tests/auto/xmlpatternssdk/TestSuiteHandler.cpp
index 3a44b8b..3f9f66d 100644
--- a/tests/auto/xmlpatternssdk/TestSuiteHandler.cpp
+++ b/tests/auto/xmlpatternssdk/TestSuiteHandler.cpp
@@ -273,7 +273,7 @@ bool TestSuiteHandler::endElement(const QString &namespaceURI,
else if(localName == QLatin1String("title"))
{
/* A bit dangerous, the only element with name title in the vocabulary
- * is the the child of GroupInfo */
+ * is the child of GroupInfo */
m_container->setTitle(m_ch.simplified());
}
else if(localName == QLatin1String("test-group"))
diff --git a/tests/auto/xmlpatternssdk/XMLWriter.cpp b/tests/auto/xmlpatternssdk/XMLWriter.cpp
index 9b37614..d98010c 100644
--- a/tests/auto/xmlpatternssdk/XMLWriter.cpp
+++ b/tests/auto/xmlpatternssdk/XMLWriter.cpp
@@ -60,7 +60,7 @@
/* Design rationalis, comments:
*
- * - The class is called XMLWriter to harvest familarity by being consistent with
+ * - The class is called XMLWriter to harvest familiarity by being consistent with
* Java's XMLWriter class. If XMLWriter is moved to Qt, the name QXmlWriter is perhaps suitable.
* - The class does not handle indentation because the "do one thing well"-principle is
* in use. XMLWriter should be fast and not assume a certain idea of indentation. Indentation