diff options
author | Erik Johnston <erikj@jki.re> | 2017-02-13 11:01:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-13 11:01:03 +0100 |
commit | 481f6c87e75d7e6cbdd0613d3d7bbd2aada428b5 (patch) | |
tree | 6c0b72a2a9d60f2468d6b7647d4e4e68484a47f7 | |
parent | Merge pull request #1896 from DanielDent/patch-1 (diff) | |
parent | Fix typo in config comments. (diff) | |
download | synapse-481f6c87e75d7e6cbdd0613d3d7bbd2aada428b5.tar.xz |
Merge pull request #1906 from tyler-smith/TS_fix_config_documentation
Fix typo in config comments.
-rw-r--r-- | synapse/config/tls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/tls.py b/synapse/config/tls.py index 3c58d2de17..e081840a83 100644 --- a/synapse/config/tls.py +++ b/synapse/config/tls.py @@ -95,7 +95,7 @@ class TlsConfig(Config): # make HTTPS requests to this server will check that the TLS # certificates returned by this server match one of the fingerprints. # - # Synapse automatically adds its the fingerprint of its own certificate + # Synapse automatically adds the fingerprint of its own certificate # to the list. So if federation traffic is handle directly by synapse # then no modification to the list is required. # |