summary refs log tree commit diff
path: root/synapse/config
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2017-03-15 12:40:42 +0000
committerMatthew Hodgson <matthew@matrix.org>2017-03-15 12:40:42 +0000
commit0970e0307e52d4c7c666eded9955c423ef56b7c2 (patch)
treeb31c7e9834d22f00fb7b5d31858b8ae340cfc52a /synapse/config
parentset default for turn_allow_guests correctly (diff)
downloadsynapse-0970e0307e52d4c7c666eded9955c423ef56b7c2.tar.xz
typo
Diffstat (limited to 'synapse/config')
-rw-r--r--synapse/config/voip.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/voip.py b/synapse/config/voip.py
index cf4274b618..3a4e16fa96 100644
--- a/synapse/config/voip.py
+++ b/synapse/config/voip.py
@@ -44,7 +44,7 @@ class VoipConfig(Config):
         turn_user_lifetime: "1h"
 
         # Whether guests should be allowed to use the TURN server.
-        # This is defaults to True, otherwise VoIP will be unreliable for guests.
+        # This defaults to True, otherwise VoIP will be unreliable for guests.
         # However, it does introduce a slight security risk as it allows users to
         # connect to arbitrary endpoints without having first signed up for a
         # valid account (e.g. by passing a CAPTCHA).