From 77b60b607d45a666949a75b9e7e02c47f7dbf4d9 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Rollo Date: Fri, 1 Feb 2019 10:06:31 +0100 Subject: [PATCH] Fixed typo in keyboard form --- nodes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes.lua b/nodes.lua index fa46261..599ccb2 100644 --- a/nodes.lua +++ b/nodes.lua @@ -198,7 +198,7 @@ local keyboard_on_rightclick = function(pos, node, player, itemstack, pointed_th if owned then local fs = "size[8,5]".. default.gui_bg..default.gui_bg_img..default.gui_slots.. - "field[1,1;3,1;channel;Chanel;"..channel.."]".. + "field[1,1;3,1;channel;Channel;"..channel.."]".. "field[1,3;6.5,1;text;Type text:;]".. "field_close_on_enter[text;true]button_exit[2.5,4;3,1;send;Send]" if protected then