summary refs log tree commit diff
path: root/synapse/groups/attestations.py
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2018-07-10 12:28:42 +0100
committerMatthew Hodgson <matthew@matrix.org>2018-07-10 12:28:42 +0100
commit16b10666e7dda08d2f9fdc795240b27700b28e33 (patch)
tree14ce5d9fe3d7dea27ff2d40b640839da7e23425c /synapse/groups/attestations.py
parenttypo (i think) (diff)
downloadsynapse-16b10666e7dda08d2f9fdc795240b27700b28e33.tar.xz
another typo
Diffstat (limited to 'synapse/groups/attestations.py')
-rw-r--r--synapse/groups/attestations.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/groups/attestations.py b/synapse/groups/attestations.py
index 21eb7e550c..47452700a8 100644
--- a/synapse/groups/attestations.py
+++ b/synapse/groups/attestations.py
@@ -25,7 +25,7 @@ Therefore attestations shouldn't be relied on to prove membership in important
 cases, but can for less important situtations, e.g. showing a users membership
 of groups on their profile, showing flairs, etc.
 
-An attestsation is a signed blob of json that looks like:
+An attestation is a signed blob of json that looks like:
 
     {
         "user_id": "@foo:a.example.com",