summaryrefslogtreecommitdiff
path: root/res/res_rtp_multicast.c
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2016-06-13 13:33:53 -0500
committerRichard Mudgett <rmudgett@digium.com>2016-06-13 13:35:08 -0500
commit51cc5c31c43b29559c223d1a5ff8d6b8495d631b (patch)
treeaea292e0fedf7c17fad70f05b069c393329a0d1a /res/res_rtp_multicast.c
parentd9b5aea9c3309865a14f5eed006bbc1456764d78 (diff)
res_rtp_multicast.c: Fix warning message typo.
Change-Id: Ic9928208b9957e09866abe3d9649030942ec52b3
Diffstat (limited to 'res/res_rtp_multicast.c')
-rw-r--r--res/res_rtp_multicast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_rtp_multicast.c b/res/res_rtp_multicast.c
index 5c419d3e7..5a7b26b6a 100644
--- a/res/res_rtp_multicast.c
+++ b/res/res_rtp_multicast.c
@@ -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;
}