diff options
author | hera <matrix@template.upcloud.com> | 2017-08-04 22:44:11 +0000 |
---|---|---|
committer | hera <matrix@template.upcloud.com> | 2017-08-04 22:44:11 +0000 |
commit | ce408ca011254a86c19b6a0d7c2b0516e649bb1f (patch) | |
tree | 447e8babda189b2f773ef27b422e414f99519c06 | |
parent | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes (diff) | |
download | synapse-ce408ca011254a86c19b6a0d7c2b0516e649bb1f.tar.xz |
typo
-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 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): |