aboutsummaryrefslogtreecommitdiff
path: root/lib/syncdata.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/syncdata.h')
-rw-r--r--lib/syncdata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/syncdata.h b/lib/syncdata.h
index 6e7183ee..41b8186e 100644
--- a/lib/syncdata.h
+++ b/lib/syncdata.h
@@ -75,7 +75,7 @@ public:
static const QString UnreadCountKey;
};
-// QVector cannot work with non-copiable objects, std::vector can.
+// QVector cannot work with non-copyable objects, std::vector can.
using SyncDataList = std::vector<SyncRoomData>;
class SyncData {