Skip to content

Commit

Permalink
Merge pull request #156 from SE2Dev/master
Browse files Browse the repository at this point in the history
Fix Typo
  • Loading branch information
paullouisageneau authored Apr 14, 2022
2 parents e3b33f0 + 3db5be3 commit 372c73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agent.c
Original file line number Diff line number Diff line change
Expand Up @@ -1338,7 +1338,7 @@ int agent_process_stun_binding(juice_agent_t *agent, const stun_message_t *msg,
// attribute in the request, the agent MUST switch to the controlled role. Once
// the agent has switched its role, the agent MUST [...] set the candidate pair
// state to Waiting [and] change the tiebreaker value.
JLOG_WARN("ICE role conflit");
JLOG_WARN("ICE role conflict");
JLOG_DEBUG("Switching roles to %s as requested",
entry->mode == AGENT_MODE_CONTROLLING ? "controlled"
: "controlling");
Expand Down

0 comments on commit 372c73d

Please sign in to comment.