summary refs log tree commit diff
path: root/synapse/rest/key
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2020-09-14 11:46:58 -0400
committerPatrick Cloke <patrickc@matrix.org>2020-09-14 11:46:58 -0400
commitd2a3eb04a49d83485c53e677e4934f7f5491330e (patch)
tree68bb25bd7b1a3bbb3496f1570c60e28554a1dd30 /synapse/rest/key
parentAdd the topic and avatar to the room details admin API (#8305) (diff)
downloadsynapse-d2a3eb04a49d83485c53e677e4934f7f5491330e.tar.xz
Fix typos in comments.
Diffstat (limited to 'synapse/rest/key')
-rw-r--r--synapse/rest/key/v2/remote_key_resource.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/rest/key/v2/remote_key_resource.py b/synapse/rest/key/v2/remote_key_resource.py
index 5db7f81c2d..f843f02454 100644
--- a/synapse/rest/key/v2/remote_key_resource.py
+++ b/synapse/rest/key/v2/remote_key_resource.py
@@ -35,7 +35,7 @@ class RemoteKey(DirectServeJsonResource):
 
     Supports individual GET APIs and a bulk query POST API.
 
-    Requsts:
+    Requests:
 
     GET /_matrix/key/v2/query/remote.server.example.com HTTP/1.1