Spelling fixes

This commit is contained in:
Sarah Jamie Lewis 2020-07-06 13:48:50 -07:00
parent bf5e7cd240
commit de80a0285f
1 changed files with 7 additions and 7 deletions

View File

@ -9,7 +9,7 @@ Unlike in relay-based schemes where the groups assign a leader, set of
offline) - untrusted infrastructure has a goal of realizing those properties
without the assumption of trust.
The orignal Cwtch paper defined a set of properties that Cwtch Servers were
The original Cwtch paper defined a set of properties that Cwtch Servers were
expected to provide:
* Cwtch Server may be used by multiple groups or just one.
@ -46,8 +46,8 @@ guarantee more efficient properties by relaxing trust and security
the group (any attempt to do so for a subset of group memebers will result in
identical behavior to failing to relay a message).
* While a server *can* duplicate messages, these will have no impact on the
group message tree (because of encryption, nonces and message identities
) - the source of the duplication is not knowable to a peer.
group message tree (because of encryption, nonces and message identities) -
the source of the duplication is not knowable to a peer.
## Efficiency