diff options
Diffstat (limited to 'lib/olm/e2ee.h')
-rw-r--r-- | lib/olm/e2ee.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/olm/e2ee.h b/lib/olm/e2ee.h index 40ab56c7..1dee0e42 100644 --- a/lib/olm/e2ee.h +++ b/lib/olm/e2ee.h @@ -54,7 +54,7 @@ struct IdentityKeys QByteArray ed25519; }; -//! Struct representing the the one-time keys. +//! Struct representing the one-time keys. struct OneTimeKeys { QMap<QString, QMap<QString, QString>> keys; |