]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-2949 spelling error in -ERR return code encounterd -> encountered
authorJeff Lenk <jeff@jefflenk.com>
Tue, 28 Dec 2010 17:23:39 +0000 (11:23 -0600)
committerJeff Lenk <jeff@jefflenk.com>
Tue, 28 Dec 2010 17:23:39 +0000 (11:23 -0600)
src/mod/languages/mod_lua/mod_lua.cpp

index cf9b373ce02ba4a3904103db16e7583a3a5132a7..b5a49999095b9c9f85937330f3b9926a2ab396db 100644 (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);