From: Jeff Lenk Date: Tue, 28 Dec 2010 17:23:39 +0000 (-0600) Subject: FS-2949 spelling error in -ERR return code encounterd -> encountered X-Git-Tag: v1.2-rc1~223^2~2^2^2~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86e7cdc5d1c6d8d8f173d4e5c921c9588f75679f;p=thirdparty%2Ffreeswitch.git FS-2949 spelling error in -ERR return code encounterd -> encountered --- diff --git a/src/mod/languages/mod_lua/mod_lua.cpp b/src/mod/languages/mod_lua/mod_lua.cpp index cf9b373ce0..b5a4999909 100644 --- a/src/mod/languages/mod_lua/mod_lua.cpp +++ b/src/mod/languages/mod_lua/mod_lua.cpp @@ -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

Error Executing Script

"); } else { - stream->write_function(stream, "-ERR encounterd\n"); + stream->write_function(stream, "-ERR encountered\n"); } } lua_uninit(L);