summary refs log tree commit diff
path: root/synapse/rest/client
diff options
context:
space:
mode:
authorhera <matrix@template.upcloud.com>2017-08-04 22:44:11 +0000
committerMatthew Hodgson <matthew@matrix.org>2017-08-04 23:44:37 +0100
commit5699b050722ae56953e1ec033023f7e3f7c2b15a (patch)
treefcc620719f4dbab7b4cc0ba8f0e103a501fffe72 /synapse/rest/client
parentReduce spammy log line in synchrotrons (diff)
downloadsynapse-5699b050722ae56953e1ec033023f7e3f7c2b15a.tar.xz
typo
Diffstat (limited to 'synapse/rest/client')
-rw-r--r--synapse/rest/client/v1/admin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/rest/client/v1/admin.py b/synapse/rest/client/v1/admin.py
index 7d786e8de3..7b1cd8fdac 100644
--- a/synapse/rest/client/v1/admin.py
+++ b/synapse/rest/client/v1/admin.py
@@ -168,7 +168,7 @@ class ShutdownRoomRestServlet(ClientV1RestServlet):
 
     DEFAULT_MESSAGE = (
         "Sharing illegal content on this server is not permitted and rooms in"
-        " violatation will be blocked."
+        " violation will be blocked."
     )
 
     def __init__(self, hs):