summary refs log tree commit diff
path: root/synapse/config/server.py
diff options
context:
space:
mode:
authorDirk Klimpel <5740567+dklimpel@users.noreply.github.com>2022-05-16 15:50:07 +0200
committerGitHub <noreply@github.com>2022-05-16 13:50:07 +0000
commit806003461226dc8db19bf9d631260b78c48d544e (patch)
treeaa75c33750835016ad1ac4e658d844f8e7e593bb /synapse/config/server.py
parentFix room upgrades creating an empty room when auth fails (#12696) (diff)
downloadsynapse-806003461226dc8db19bf9d631260b78c48d544e.tar.xz
Fix typo in listener config (#12742)
Diffstat (limited to 'synapse/config/server.py')
-rw-r--r--synapse/config/server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/server.py b/synapse/config/server.py
index 005a3ee48c..f73d5e1f66 100644
--- a/synapse/config/server.py
+++ b/synapse/config/server.py
@@ -996,7 +996,7 @@ class ServerConfig(Config):
         #   federation: the server-server API (/_matrix/federation). Also implies
         #       'media', 'keys', 'openid'
         #
-        #   keys: the key discovery API (/_matrix/keys).
+        #   keys: the key discovery API (/_matrix/key).
         #
         #   media: the media API (/_matrix/media).
         #