From b67f2b2d78332d6c8a5147a321eedb6dde2623c6 Mon Sep 17 00:00:00 2001 From: Mathieu Rene Date: Wed, 23 Dec 2009 18:29:24 +0000 Subject: [PATCH] typo git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16048 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_ivr_async.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_ivr_async.c b/src/switch_ivr_async.c index 369157a8de..1343dc74c0 100644 --- a/src/switch_ivr_async.c +++ b/src/switch_ivr_async.c @@ -1313,7 +1313,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_preprocess_session(switch_core_sessio if (mutex) switch_mutex_unlock(mutex); if (err) { - switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_ERROR, "Syntax error parsing preprossor commands\n"); + switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_ERROR, "Syntax error parsing preprocessor commands\n"); } } else {