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

Richard Mudgett asteriskteam at digium.com
Mon Jun 13 13:34:53 CDT 2016


Richard Mudgett has uploaded a new change for review.

  https://gerrit.asterisk.org/3020

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(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/20/3020/1

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: newchange
Gerrit-Change-Id: Ic9928208b9957e09866abe3d9649030942ec52b3
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>



More information about the asterisk-code-review mailing list