From 5605a69d7e2a8435bbf123815d563cf8002c047b Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Sat, 24 May 2008 03:26:57 +0000 Subject: [PATCH] typo git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8577 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_ivr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_ivr.c b/src/switch_ivr.c index 2f9bbc5b21..973d157979 100644 --- a/src/switch_ivr.c +++ b/src/switch_ivr.c @@ -449,7 +449,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_park(switch_core_session_t *session, } if (!read_codec || !read_codec->implementation) { - switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Cannot park channels that has no read codec.\n"); + switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Cannot park channels that have no read codec.\n"); return SWITCH_STATUS_FALSE; }