diff options
author | hera <matrix@template.upcloud.com> | 2017-08-04 22:44:11 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2017-08-04 23:44:37 +0100 |
commit | 5699b050722ae56953e1ec033023f7e3f7c2b15a (patch) | |
tree | fcc620719f4dbab7b4cc0ba8f0e103a501fffe72 /synapse/rest/client | |
parent | Reduce spammy log line in synchrotrons (diff) | |
download | synapse-5699b050722ae56953e1ec033023f7e3f7c2b15a.tar.xz |
typo
Diffstat (limited to 'synapse/rest/client')
-rw-r--r-- | synapse/rest/client/v1/admin.py | 2 |
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): |