提交 86e7cdc5 authored 作者: Jeff Lenk's avatar Jeff Lenk

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

上级 49a524b7
......@@ -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);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论