From df5c4fa0332c6c71b86fc82d3cdd855992a69632 Mon Sep 17 00:00:00 2001 From: raymoo Date: Thu, 25 Feb 2016 22:38:41 -0800 Subject: [PATCH] Fix typo --- exchange_machine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchange_machine.lua b/exchange_machine.lua index e02b863..4d5e6dd 100644 --- a/exchange_machine.lua +++ b/exchange_machine.lua @@ -10,7 +10,7 @@ local function mk_summary_fs() table.insert(res, "label[0,0;Updated Periodically]") table.insert(res, "tablecolumns[text;text;text;text;text;text]") table.insert(res, "table[0,1;8,6;summary_table;") - table.insert(res, "Item,Description,Buy Vol,Buy Max,Sell Vol,Sell Max") + table.insert(res, "Item,Description,Buy Vol,Buy Max,Sell Vol,Sell Min") local all_items = minetest.registered_items for i, row in ipairs(summary) do