Skip to content

Commit

Permalink
Merge pull request #404 from PhillipVoyle/master
Browse files Browse the repository at this point in the history
Fix spelling mistake
  • Loading branch information
bradleythughes committed Aug 4, 2019
2 parents 9de0b2d + 33b74fd commit 24397e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/relay/mainrelay.c
Expand Up @@ -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");
}

Expand Down

0 comments on commit 24397e8

Please sign in to comment.