summaryrefslogtreecommitdiffstats
path: root/src/knx/knxproj/qknxdeviceinstance.cpp
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@qt.io>2018-08-16 11:39:27 +0200
committerKarsten Heimrich <karsten.heimrich@qt.io>2018-08-16 10:37:00 +0000
commit360956f1689fe068cf1adac331a1a774430c2f08 (patch)
tree686673eee704ea622b7bf25fdf2b7c32756cd7df /src/knx/knxproj/qknxdeviceinstance.cpp
parent9b155d1df00ccd60d6c80d3b47a410e2b50df152 (diff)
Fix misspelling of 'more than' vs. 'more then'
Change-Id: Ia8719fe439bb31b8c91f16dec213da24941ca5a9 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/knx/knxproj/qknxdeviceinstance.cpp')
-rw-r--r--src/knx/knxproj/qknxdeviceinstance.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/knx/knxproj/qknxdeviceinstance.cpp b/src/knx/knxproj/qknxdeviceinstance.cpp
index c20dbe8..8c27010 100644
--- a/src/knx/knxproj/qknxdeviceinstance.cpp
+++ b/src/knx/knxproj/qknxdeviceinstance.cpp
@@ -98,7 +98,7 @@ bool QKnxConnectors::parseElement(QXmlStreamReader *reader, bool pedantic)
if (reader->name() == QStringLiteral("Send")) {
if (pedantic && !Send.GroupAddressRefId.isNull()) {
reader->raiseError(tr("Pedantic error: Encountered element <Send> "
- "more then once."));
+ "more than once."));
return false;
}
if (!fetchAttributes(reader->attributes(), &Send))
@@ -159,7 +159,7 @@ bool QKnxComObjectInstanceRef::parseElement(QXmlStreamReader *reader, bool pedan
if (reader->name() == QStringLiteral("Connectors")) {
if (pedantic && Connectors.size() > 1) {
reader->raiseError(tr("Pedantic error: Encountered element <Connectors> "
- "more then once."));
+ "more than once."));
return false;
}
QKnxConnectors connectors;
@@ -352,7 +352,7 @@ bool QKnxBusInterface::parseElement(QXmlStreamReader *reader, bool pedantic)
if (reader->name() == QLatin1String("Connectors")) {
if (pedantic && Connectors.size() > 1) {
reader->raiseError(tr("Pedantic error: Encountered element <Connectors> "
- "more then once."));
+ "more than once."));
return false;
}