From 403eea5e57b076632e99ed866d4c0b8e51ba4120 Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Tue, 28 Apr 2015 11:46:40 +0200 Subject: [PATCH] Fixed typo. --- server.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.conf.in b/server.conf.in index 762997af..71608dc9 100644 --- a/server.conf.in +++ b/server.conf.in @@ -58,7 +58,7 @@ listen = 127.0.0.1:8080 ; A supported TURN server is https://code.google.com/p/rfc5766-turn-server/. ;turnSecret = the-default-turn-shared-secret-do-not-keep ; Renegotiation support flag. Set to true to tell clients that they can -; renegoiate peer connections when required. Defaults to false. +; renegotiate peer connections when required. Defaults to false. ;renegotiation = false ; Session secret to use for session id generator. 32 or 64 bytes of random data ; are recommented (hex encoded). A warning will be logged if hex decode fails.