summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorAdrian <adrian@planetcoding.net>2020-07-20 19:42:52 +0200
committerGitHub <noreply@github.com>2020-07-20 13:42:52 -0400
commit64d228029958c396c09cfd57cac9eafa865fe206 (patch)
tree5518178f0326f15596fef00f00bfe314010d8dd8 /synapse
parentFix deprecation warning: import ABC from collections.abc (#7892) (diff)
downloadsynapse-64d228029958c396c09cfd57cac9eafa865fe206.tar.xz
Fix a typo in the sample config. (#7890)
Diffstat (limited to 'synapse')
-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 3586a7d491..3747a01ca7 100644
--- a/synapse/config/server.py
+++ b/synapse/config/server.py
@@ -739,7 +739,7 @@ class ServerConfig(Config):
         #       names: a list of names of HTTP resources. See below for a list of
         #           valid resource names.
         #
-        #       compress: set to true to enable HTTP comression for this resource.
+        #       compress: set to true to enable HTTP compression for this resource.
         #
         #   additional_resources: Only valid for an 'http' listener. A map of
         #        additional endpoints which should be loaded via dynamic modules.