From df4407d6656a218905bc04a41a72ed8b16abf73c Mon Sep 17 00:00:00 2001 From: Tyler Smith Date: Sat, 11 Feb 2017 23:02:57 -0800 Subject: [PATCH] Fix typo in config comments. Signed-off-by: Tyler Smith --- synapse/config/tls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. #