# HG changeset patch # User jbe # Date 1427392939 -3600 # Node ID e7e51bcf47d1e20c5b2baa6e0119199967d94f3b # Parent f28b3c67137824bc689df8518e43931d14bcce02 Fixed comment diff -r f28b3c671378 -r e7e51bcf47d1 framework/bin/mcp.lua --- a/framework/bin/mcp.lua Thu Mar 26 16:55:13 2015 +0100 +++ b/framework/bin/mcp.lua Thu Mar 26 19:02:19 2015 +0100 @@ -141,8 +141,8 @@ --//-- --[[-- -lua_func = -- compiled Lua function, nil if the file does not exist -errmsg -- error message (only for non-existing file, other errors are thrown) +lua_func, -- compiled Lua function, nil if the file does not exist +errmsg = -- error message (only for non-existing file, other errors are thrown) loadcached( filename -- path to a Lua source or byte-code file )