From d25091bb8b52455e415f8147a9100094c489a041 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Tue, 1 Apr 2014 14:49:45 +0200 Subject: Fix typo Change-Id: I4754f1bc1f9fb3e099fc7c7135ca0a933d9b7475 Reviewed-by: Mitch Curtis --- src/xmlpatterns/schema/qxsdstatemachine_tpl_p.h | 2 +- tests/auto/qxmlquery/tst_qxmlquery.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xmlpatterns/schema/qxsdstatemachine_tpl_p.h b/src/xmlpatterns/schema/qxsdstatemachine_tpl_p.h index ad042c6..9ef5a45 100644 --- a/src/xmlpatterns/schema/qxsdstatemachine_tpl_p.h +++ b/src/xmlpatterns/schema/qxsdstatemachine_tpl_p.h @@ -264,7 +264,7 @@ bool XsdStateMachine::outputGraph(QIODevice *device, const QStri s << " " << it4.key() << " -> " << states.at(i) << " [label=\"ε\"]\n"; } - // draw node infos + // draw node info while (it3.hasNext()) { it3.next(); diff --git a/tests/auto/qxmlquery/tst_qxmlquery.cpp b/tests/auto/qxmlquery/tst_qxmlquery.cpp index 96a7e16..2cb79a6 100644 --- a/tests/auto/qxmlquery/tst_qxmlquery.cpp +++ b/tests/auto/qxmlquery/tst_qxmlquery.cpp @@ -2103,7 +2103,7 @@ void tst_QXmlQuery::fnDocNetworkAccessFailure_data() const QTest::newRow("data scheme, not-well-formed") << QUrl(QLatin1String("data:application/xml;base64,PGUvg===")); - QTest::newRow("file scheme, non-existant file") + QTest::newRow("file scheme, non-existent file") << QUrl(QLatin1String("file:///example.com/does/notExist.xml")); QTest::newRow("http scheme, file not found") -- cgit v1.2.1