[Asterisk-code-review] res rtp multicast.c: Fix warning message typo. (asterisk[13])

Anonymous Coward asteriskteam at digium.com
Tue Jun 14 12:04:40 CDT 2016


Anonymous Coward #1000019 has submitted this change and it was merged.

Change subject: res_rtp_multicast.c: Fix warning message typo.
......................................................................


res_rtp_multicast.c: Fix warning message typo.

Change-Id: Ic9928208b9957e09866abe3d9649030942ec52b3
---
M res/res_rtp_multicast.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Mark Michelson: Looks good to me, approved
  Anonymous Coward #1000019: Verified



diff --git a/res/res_rtp_multicast.c b/res/res_rtp_multicast.c
index 1b92347..53bdf14 100644
--- a/res/res_rtp_multicast.c
+++ b/res/res_rtp_multicast.c
@@ -226,7 +226,7 @@
 	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;
 	}
 

-- 
To view, visit https://gerrit.asterisk.org/3020
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic9928208b9957e09866abe3d9649030942ec52b3
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Mark Michelson <mmichelson at digium.com>



More information about the asterisk-code-review mailing list