Fix spelling

Co-authored-by: sfan5 <sfan5@live.de>
This commit is contained in:
Vitaliy 2020-09-21 17:08:30 +03:00 committed by GitHub
parent 98db0514cf
commit c9d2a69ef3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -280,7 +280,7 @@ local function validate_iid(iid)
local seen = {}
local function check(t)
if type(t) == "function" then
warn = "Functions can't be used in interrupt IDs"
warn = "Functions cannot be used in interrupt IDs"
return false
end
if type(t) ~= "table" then
@ -933,4 +933,3 @@ minetest.register_craft({
{'group:mesecon_conductor_craftable', 'group:mesecon_conductor_craftable', ''},
}
})