Skip to content
Snippets Groups Projects
Commit 51cc5c31 authored by Richard Mudgett's avatar Richard Mudgett
Browse files

res_rtp_multicast.c: Fix warning message typo.

Change-Id: Ic9928208b9957e09866abe3d9649030942ec52b3
parent d9b5aea9
No related branches found
No related tags found
No related merge requests found
......@@ -226,7 +226,7 @@ static void set_ttl(int sock, const char *ttl_str)
ast_debug(3, "Setting multicast TTL to %s\n", ttl_str);
if (sscanf(ttl_str, "%30d", &ttl) < 1) {
ast_log(LOG_WARNING, "Inavlid multicast ttl option '%s'\n", ttl_str);
ast_log(LOG_WARNING, "Invalid multicast ttl option '%s'\n", ttl_str);
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment