Fix typo in log message: Invaid -> Invalid

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8036 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Stefan Knoblich 2008-04-04 22:17:06 +00:00
parent 8e5b21a1c9
commit 58e0ac0584
1 changed files with 1 additions and 1 deletions

View 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;
}
}