From d9ab222edcf9f2ea86263b205ebf1240a69ff77c Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Mon, 13 Jun 2016 13:33:53 -0500 Subject: [PATCH] res_rtp_multicast.c: Fix warning message typo. Change-Id: Ic9928208b9957e09866abe3d9649030942ec52b3 --- res/res_rtp_multicast.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/res_rtp_multicast.c b/res/res_rtp_multicast.c index 1b923474cf..53bdf14a4c 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; } -- 2.47.2