webmcp

changeset 354:e7e51bcf47d1

Fixed comment
author jbe
date Thu Mar 26 19:02:19 2015 +0100 (2015-03-26)
parents f28b3c671378
children f60f5ee90efb
files framework/bin/mcp.lua
line diff
     1.1 --- a/framework/bin/mcp.lua	Thu Mar 26 16:55:13 2015 +0100
     1.2 +++ b/framework/bin/mcp.lua	Thu Mar 26 19:02:19 2015 +0100
     1.3 @@ -141,8 +141,8 @@
     1.4  --//--
     1.5  
     1.6  --[[--
     1.7 -lua_func =   -- compiled Lua function, nil if the file does not exist
     1.8 -errmsg       -- error message (only for non-existing file, other errors are thrown)
     1.9 +lua_func,    -- compiled Lua function, nil if the file does not exist
    1.10 +errmsg =     -- error message (only for non-existing file, other errors are thrown)
    1.11  loadcached(
    1.12    filename   -- path to a Lua source or byte-code file
    1.13  )

Impressum / About Us