diff options
author | Patrick Cloke <patrickc@matrix.org> | 2020-09-14 11:46:58 -0400 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2020-09-14 11:46:58 -0400 |
commit | d2a3eb04a49d83485c53e677e4934f7f5491330e (patch) | |
tree | 68bb25bd7b1a3bbb3496f1570c60e28554a1dd30 /synapse/rest/key | |
parent | Add the topic and avatar to the room details admin API (#8305) (diff) | |
download | synapse-d2a3eb04a49d83485c53e677e4934f7f5491330e.tar.xz |
Fix typos in comments.
Diffstat (limited to 'synapse/rest/key')
-rw-r--r-- | synapse/rest/key/v2/remote_key_resource.py | 2 |
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 |