diff options
author | Mark Haines <mjark@negativecurvature.net> | 2016-10-21 17:07:26 +0100 |
---|---|---|
committer | Mark Haines <mjark@negativecurvature.net> | 2016-10-21 17:07:26 +0100 |
commit | 884ad02413e334473a338986c2291a717defb662 (patch) | |
tree | 86b645f0e3309aba400fe9570a3363b18443449b /docs | |
parent | 092bf880f5adaf9897b1c869b67f6d9c5284eda5 (diff) |
Spelling
Diffstat (limited to 'docs')
-rw-r--r-- | docs/megolm.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/megolm.rst b/docs/megolm.rst index dce64d7..03ee426 100644 --- a/docs/megolm.rst +++ b/docs/megolm.rst @@ -281,8 +281,8 @@ A message can be decrypted successfully multiple times. This means that an attacker can re-send a copy of an old message, and the recipient will treat it as a new message. -To mitigate this it is recomendend that applications track the ratchet indicies -they have recieved and that they reject messages with a ratchet index that +To mitigate this it is recommended that applications track the ratchet indices +they have received and that they reject messages with a ratchet index that they have already decrypted. Lack of Transcript Consistency |