Fix typo in config comments.

Signed-off-by: Tyler Smith <tylersmith.me@gmail.com>
This commit is contained in:
Tyler Smith 2017-02-11 23:02:57 -08:00
parent 5c3cb8778a
commit df4407d665

View file

@ -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.
#