]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Fix typo in log message: Invaid -> Invalid
authorStefan Knoblich <stkn@freeswitch.org>
Fri, 4 Apr 2008 22:17:06 +0000 (22:17 +0000)
committerStefan Knoblich <stkn@freeswitch.org>
Fri, 4 Apr 2008 22:17:06 +0000 (22:17 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8036 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_fifo/mod_fifo.c

index c40de0a72c6842618d69a916841395bc4c730b74..ce6803d16bd304a8b5b5bfd1cede1036402b06ed 100644 (file)
@@ -641,7 +641,7 @@ SWITCH_STANDARD_APP(fifo_function)
                        } else if (!strcasecmp(strat_str, "waiting_longer")) {
                                strat = STRAT_WAITING_LONGER;
                        } else {
-                               switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Invaid strategy\n");
+                               switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Invalid strategy\n");
                                return;
                        }
                }