aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2016-09-28 18:49:56 +0100
committerMatthew Hodgson <matthew@matrix.org>2016-09-28 18:49:56 +0100
commit6d80d934cd3727f2fec320e722124562ffb7dd21 (patch)
treefaa51161a90c967f226b73ed837cacd00f1a639a /docs
parent8a8d100ee5be5961861e53f8b3b5702e8902af74 (diff)
typo
Diffstat (limited to 'docs')
-rw-r--r--docs/megolm.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/megolm.rst b/docs/megolm.rst
index 7853963..2ea0b94 100644
--- a/docs/megolm.rst
+++ b/docs/megolm.rst
@@ -27,7 +27,7 @@ The Megolm ratchet is intended for encrypted messaging applications where there
may be a large number of recipients of each message, thus precluding the use of
peer-to-peer encryption systems such as `Olm`_.
-It also allows a receipient to decrypt received messages multiple times. For
+It also allows a recipient to decrypt received messages multiple times. For
instance, in client/server applications, a copy of the ciphertext can be stored
on the (untrusted) server, while the client need only store the session keys.