]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
typo
authorAnthony Minessale <anthony.minessale@gmail.com>
Sat, 24 May 2008 03:26:57 +0000 (03:26 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Sat, 24 May 2008 03:26:57 +0000 (03:26 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8577 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_ivr.c

index 2f9bbc5b21a21d9113ae4740850ab989e5d7f31d..973d1579790291367c98eb034664a5596e59c74a 100644 (file)
@@ -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;
        }