]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
typo
authorMathieu Rene <mrene@avgs.ca>
Wed, 23 Dec 2009 18:29:24 +0000 (18:29 +0000)
committerMathieu Rene <mrene@avgs.ca>
Wed, 23 Dec 2009 18:29:24 +0000 (18:29 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16048 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_ivr_async.c

index 369157a8de0c8dff1a6c12202cbace875b8a910b..1343dc74c076c3a5c551fadd8f032bd61b4494f9 100644 (file)
@@ -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 {