summary refs log tree commit diff
path: root/synapse/config
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2016-04-08 19:08:47 +0100
committerMatthew Hodgson <matthew@matrix.org>2016-04-08 19:08:47 +0100
commitaf582b66bb1885e7cbb8a07d073f94ae421ecfc8 (patch)
tree021f2676290b1862e53ab34dbe5d76e890d1b435 /synapse/config
parentfix error checking for new SQL (diff)
downloadsynapse-af582b66bb1885e7cbb8a07d073f94ae421ecfc8.tar.xz
fix typo
Diffstat (limited to 'synapse/config')
-rw-r--r--synapse/config/repository.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/repository.py b/synapse/config/repository.py
index da1007d767..49922c6d03 100644
--- a/synapse/config/repository.py
+++ b/synapse/config/repository.py
@@ -153,7 +153,7 @@ class ContentRepositoryConfig(Config):
         #
         # url_preview_url_blacklist:
         # # blacklist any URL with a username in its URI
-        # - username: '*''
+        # - username: '*'
         #
         # # blacklist all *.google.com URLs
         # - netloc: 'google.com'