From c9d2a69ef3c04e218ac2e56c4510d43fe90ca572 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Mon, 21 Sep 2020 17:08:30 +0300 Subject: [PATCH] Fix spelling Co-authored-by: sfan5 --- mesecons_luacontroller/init.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mesecons_luacontroller/init.lua b/mesecons_luacontroller/init.lua index d2be91a..1960fc4 100644 --- a/mesecons_luacontroller/init.lua +++ b/mesecons_luacontroller/init.lua @@ -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', ''}, } }) -