From 33b74fdc2a839ea430d3599189740154c840047d Mon Sep 17 00:00:00 2001 From: Phillip Voyle Date: Thu, 30 May 2019 14:23:44 +1200 Subject: [PATCH] Fix spelling mistake --- src/apps/relay/mainrelay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/relay/mainrelay.c b/src/apps/relay/mainrelay.c index 11a2c10..0c4c1ad 100644 --- a/src/apps/relay/mainrelay.c +++ b/src/apps/relay/mainrelay.c @@ -2260,7 +2260,7 @@ int main(int argc, char **argv) if(use_ltc && use_tltc) { TURN_LOG_FUNC(TURN_LOG_LEVEL_WARNING, "\nCONFIGURATION ALERT: You specified --lt-cred-mech and --use-auth-secret in the same time.\n" - "Be aware that you could not mix the username/password and the shared secret based auth methohds. \n" + "Be aware that you could not mix the username/password and the shared secret based auth methods. \n" "Shared secret overrides username/password based auth method. Check your configuration!\n"); }