summaryrefslogtreecommitdiff
path: root/src/enginio_client/enginiomodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/enginio_client/enginiomodel.cpp')
-rw-r--r--src/enginio_client/enginiomodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/enginio_client/enginiomodel.cpp b/src/enginio_client/enginiomodel.cpp
index 3ff34a3..0ccb73f 100644
--- a/src/enginio_client/enginiomodel.cpp
+++ b/src/enginio_client/enginiomodel.cpp
@@ -304,7 +304,7 @@ void EnginioBaseModelPrivate::syncRoles()
if (definedRoles.contains(key)) {
// we skip predefined keys so we can keep constant id for them
if (Q_UNLIKELY(key == EnginioString::_synced))
- qWarning("EnginioModel can not be used with objects having \"_synced\" property. The property will be overriden.");
+ qWarning("EnginioModel can not be used with objects having \"_synced\" property. The property will be overridden.");
} else {
while (definedRolesIndexes.contains(_rolesCounter))
++_rolesCounter;