FS-2949 spelling error in -ERR return code encounterd -> encountered
This commit is contained in:
parent
49a524b79b
commit
86e7cdc5d1
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue