From: Brian West Date: Fri, 4 Nov 2016 20:09:35 +0000 (-0500) Subject: FS-9697 fix spelling X-Git-Tag: v1.8.0~1127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=710ca2a05383e9efc2a336a53c82a8d01d20d930;p=thirdparty%2Ffreeswitch.git FS-9697 fix spelling --- diff --git a/src/switch_rtp.c b/src/switch_rtp.c index 80c815a38f..a8ede3e8e7 100644 --- a/src/switch_rtp.c +++ b/src/switch_rtp.c @@ -5955,7 +5955,7 @@ static switch_status_t process_rtcp_report(switch_rtp_t *rtp_session, rtcp_msg_t (msg->header.type == _RTCP_PT_PSFB && (extp->header.fmt == _RTCP_PSFB_FIR || extp->header.fmt == _RTCP_PSFB_PLI))) { if (msg->header.type == _RTCP_PT_FIR) { - switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(rtp_session->session), SWITCH_LOG_WARNING, "Aincent FIR Received. Hello from 1996!\n"); + switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(rtp_session->session), SWITCH_LOG_WARNING, "Ancient FIR Received. Hello from 1996!\n"); } switch_core_media_gen_key_frame(rtp_session->session); if (rtp_session->vbw) {