summary refs log tree commit diff
path: root/synapse/config/server.py
diff options
context:
space:
mode:
authorwondratsch <28294257+wondratsch@users.noreply.github.com>2020-06-11 12:51:10 +0200
committerGitHub <noreply@github.com>2020-06-11 11:51:10 +0100
commitc746889bb02e52547f273d22d3e7ad6c193b53f0 (patch)
treeedabd63066ed191311d3104d16ec4cc3ea8cbd3d /synapse/config/server.py
parentTake out a lock before modifying _CACHES (#7663) (diff)
downloadsynapse-c746889bb02e52547f273d22d3e7ad6c193b53f0.tar.xz
fix typo in sample_config.yaml (#7652)
Just a simple typo fix.

Signed-off-by: wondratsch 28294257+wondratsch@users.noreply.github.com
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 f57eefc99c..73226e63d5 100644
--- a/synapse/config/server.py
+++ b/synapse/config/server.py
@@ -856,7 +856,7 @@ class ServerConfig(Config):
         # number of monthly active users.
         #
         # 'limit_usage_by_mau' disables/enables monthly active user blocking. When
-        # anabled and a limit is reached the server returns a 'ResourceLimitError'
+        # enabled and a limit is reached the server returns a 'ResourceLimitError'
         # with error type Codes.RESOURCE_LIMIT_EXCEEDED
         #
         # 'max_mau_value' is the hard limit of monthly active users above which