FS-2949 spelling error in -ERR return code encounterd -> encountered

This commit is contained in:
Jeff Lenk 2010-12-28 11:23:39 -06:00
parent 49a524b79b
commit 86e7cdc5d1
1 changed files with 1 additions and 1 deletions

View File

@ -450,7 +450,7 @@ SWITCH_STANDARD_API(lua_api_function)
if (switch_event_get_header(stream->param_event, "http-host")) {
stream->write_function(stream, "Content-Type: text/html\n\n<H2>Error Executing Script</H2>");
} else {
stream->write_function(stream, "-ERR encounterd\n");
stream->write_function(stream, "-ERR encountered\n");
}
}
lua_uninit(L);