summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@digia.com>2014-09-15 14:50:20 +0200
committerJędrzej Nowacki <jedrzej.nowacki@digia.com>2014-09-15 16:05:19 +0200
commit5c4a2b1234f8734c9b21b77e570610e94715042b (patch)
treeed113e416e7faa977cadb7d4143aa9c5adeb34f8
parent86f4723e2c77922e0fb886a85ee7b26e5f11438b (diff)
downloadqtenginio-5c4a2b1234f8734c9b21b77e570610e94715042b.tar.gz
Fix some typos in a warning message
Task-number: QTBUG-41287 Change-Id: Iece8f78687b412e23418adbd37b1190b8183addb Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
-rw-r--r--src/enginio_plugin/enginioplugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/enginio_plugin/enginioplugin.cpp b/src/enginio_plugin/enginioplugin.cpp
index e41ea33..9bb3c83 100644
--- a/src/enginio_plugin/enginioplugin.cpp
+++ b/src/enginio_plugin/enginioplugin.cpp
@@ -85,8 +85,8 @@ void EnginioPlugin::initializeEngine(QQmlEngine *engine, const char *uri)
engine->setNetworkAccessManagerFactory(&factory);
} else {
qWarning() << "Enginio client failed to install QQmlNetworkAccessManagerFactory"
- "on QML engine because a differnt factory is already attached, It"
- " is recomanded to use QNetworkAccessManager delivered by Enginio";
+ "on QML engine because a different factory is already attached, it"
+ " is recommended to use QNetworkAccessManager delivered by Enginio";
}
}