1
0
mirror of https://github.com/elua/elua.git synced 2025-01-08 20:56:17 +08:00

Spelling fix

This commit is contained in:
Bogdan Marinescu 2018-06-11 20:20:32 +03:00
parent 9339ed5737
commit 73af8565de

View File

@ -111,7 +111,7 @@ local default_platform_conf = {
pre_generate_section = function() return true end,
}
-- Default table for extra configuration (same as above)s
-- Default table for extra configuration (same as above)
local default_extra_conf = {
get_extra_modules = function() end,
}