Skip to content

Commit

Permalink
liluat: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FSMaxB committed Apr 26, 2016
1 parent 724fdca commit c290d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liluat.lua
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ liluat.private.prepend_line_numbers = prepend_line_numbers
-- creates a function in a sandbox from a given code,
-- name of the execution context and an environment
-- that will be available inside the sandbox,
-- optionally overwrite the whitelis
-- optionally overwrite the whitelist
local function sandbox(code, name, environment, whitelist, reference)
whitelist = whitelist or sandbox_whitelist
name = name or 'unknown'
Expand Down

0 comments on commit c290d0d

Please sign in to comment.