about summary refs log tree commit diff stats
path: root/src/omemo/omemo.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2019-08-23 10:14:04 +0200
committerMichael Vetter <jubalh@iodoru.org>2019-08-23 10:14:04 +0200
commit976c2ec524067135c826f797bf678476ab4405e3 (patch)
tree1f0103b4d20c28b443f158899ac27aa65c3b9f0d /src/omemo/omemo.c
parentd43bd8f253f4881911004cd90fd6e57ec779fc68 (diff)
downloadprofani-tty-976c2ec524067135c826f797bf678476ab4405e3.tar.gz
Fix typo in OMEMO materials log
Diffstat (limited to 'src/omemo/omemo.c')
-rw-r--r--src/omemo/omemo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/omemo/omemo.c b/src/omemo/omemo.c
index 80aded61..0ba1d2aa 100644
--- a/src/omemo/omemo.c
+++ b/src/omemo/omemo.c
@@ -325,7 +325,7 @@ omemo_generate_crypto_materials(ProfAccount *account)
         return;
     }
 
-    log_info("Generate long term OMEMO cryptography metarials");
+    log_info("Generate long term OMEMO cryptography materials");
 
     /* Device ID */
     gcry_randomize(&omemo_ctx.device_id, 4, GCRY_VERY_STRONG_RANDOM);