summary refs log tree commit diff
diff options
context:
space:
mode:
authorhera <matrix@template.upcloud.com>2017-08-04 22:44:11 +0000
committerhera <matrix@template.upcloud.com>2017-08-04 22:44:11 +0000
commitce408ca011254a86c19b6a0d7c2b0516e649bb1f (patch)
tree447e8babda189b2f773ef27b422e414f99519c06
parentMerge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes (diff)
downloadsynapse-ce408ca011254a86c19b6a0d7c2b0516e649bb1f.tar.xz
typo
-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 17c28e426c..d4f787b7b3 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):