From 3db5be30369ff72fbeec051085de3120891e9af5 Mon Sep 17 00:00:00 2001 From: SE2Dev <5873790+SE2Dev@users.noreply.github.com> Date: Wed, 13 Apr 2022 19:43:25 -0400 Subject: [PATCH] Fix Typo --- src/agent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agent.c b/src/agent.c index d65358b1..fd0579d8 100644 --- a/src/agent.c +++ b/src/agent.c @@ -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");