Merge pull request #404 from PhillipVoyle/master

Fix spelling mistake
This commit is contained in:
Bradley T. Hughes 2019-08-04 21:42:56 +02:00 committed by GitHub
commit 24397e896c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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");
}