From: Travis Cross Date: Sun, 2 Jun 2013 20:06:19 +0000 (+0000) Subject: Fix spelling in log message X-Git-Tag: v1.4.1~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc25079fcee78912718a9ec37f2d0f7eef9521d3;p=thirdparty%2Ffreeswitch.git Fix spelling in log message --- diff --git a/src/switch_core_media.c b/src/switch_core_media.c index f2ae36b9c7..9e8c0fe508 100644 --- a/src/switch_core_media.c +++ b/src/switch_core_media.c @@ -2817,7 +2817,7 @@ SWITCH_DECLARE(uint8_t) switch_core_media_negotiate_sdp(switch_core_session_t *s if (!strcasecmp((char *) mmap->rm_encoding, "opus")) { if (a_engine->codec_params.channels == 1) { - switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_WARNING, "Invald SDP for opus. Don't ask.. but it needs a /2\n"); + switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_WARNING, "Invalid SDP for opus. Don't ask.. but it needs a /2\n"); a_engine->codec_params.adv_channels = 1; } else { a_engine->codec_params.adv_channels = 2; /* IKR ???*/