From aa3caa891963aa858715934f694a8d6c091add57 Mon Sep 17 00:00:00 2001 From: Alexsandro Percy Date: Wed, 14 Feb 2024 11:10:32 -0300 Subject: [PATCH] typo fix --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index f4f4ee4..f093866 100644 --- a/init.lua +++ b/init.lua @@ -663,7 +663,7 @@ if airutils._use_signs_api then minetest.register_chatcommand("set_vehicle_name", { params = "", - description = S("this command is an aliasfor /set_prefix"), + description = S("this command is an alias for /set_prefix"), privs = {interact = true}, func = prefix_change, })