[Asterisk-code-review] res rtp multicast.c: Fix warning message typo. (asterisk[master])
Richard Mudgett
asteriskteam at digium.com
Mon Jun 13 13:35:09 CDT 2016
Richard Mudgett has uploaded a new change for review.
https://gerrit.asterisk.org/3021
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/21/3021/1
diff --git a/res/res_rtp_multicast.c b/res/res_rtp_multicast.c
index 5c419d3..5a7b26b 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/3021
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic9928208b9957e09866abe3d9649030942ec52b3
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>
More information about the asterisk-code-review
mailing list