diff options
author | Matthew Hodgson <matthew@matrix.org> | 2017-10-29 20:54:20 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2017-10-29 20:54:20 +0000 |
commit | 208a6647f13ed508309523aa0ed7b0250c97f886 (patch) | |
tree | fc3a4366a6dff5b0bffd735b891c8953e12f027c | |
parent | move url_previews to MD as RST does my head in (diff) | |
download | synapse-208a6647f13ed508309523aa0ed7b0250c97f886.tar.xz |
fix typo
-rw-r--r-- | synapse/config/cas.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/cas.py b/synapse/config/cas.py index 938f6f25f8..8109e5f95e 100644 --- a/synapse/config/cas.py +++ b/synapse/config/cas.py @@ -41,7 +41,7 @@ class CasConfig(Config): #cas_config: # enabled: true # server_url: "https://cas-server.com" - # service_url: "https://homesever.domain.com:8448" + # service_url: "https://homeserver.domain.com:8448" # #required_attributes: # # name: value """ |