diff --git a/doc/faq.html b/doc/faq.html index b826bd00..d758eaa5 100644 --- a/doc/faq.html +++ b/doc/faq.html @@ -150,7 +150,7 @@ so it doesn't rely on the key order. Or sort the table keys, if you must.
Q: Can Lua code be safely sandboxed?
-Maybe for an extremly restricted subset of Lua and if you relentlessly +Maybe for an extremely restricted subset of Lua and if you relentlessly scrutinize every single interface function you offer to the untrusted code.
Although Lua provides some sandboxing functionality (setfenv(), hooks),