[asterisk-commits] res rtp multicast.c: Fix warning message typo. (asterisk[certified/13.8])
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Jun 14 10:41:32 CDT 2016
Joshua Colp 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
Joshua Colp: 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/3022
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic9928208b9957e09866abe3d9649030942ec52b3
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: certified/13.8
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Mark Michelson <mmichelson at digium.com>
More information about the asterisk-commits
mailing list