mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-05 12:41:38 +00:00
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")) {
|
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>");
|
stream->write_function(stream, "Content-Type: text/html\n\n<H2>Error Executing Script</H2>");
|
||||||
} else {
|
} else {
|
||||||
stream->write_function(stream, "-ERR encounterd\n");
|
stream->write_function(stream, "-ERR encountered\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
lua_uninit(L);
|
lua_uninit(L);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user