summaryrefslogtreecommitdiff
path: root/chatcommands.lua
diff options
context:
space:
mode:
Diffstat (limited to 'chatcommands.lua')
-rw-r--r--chatcommands.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/chatcommands.lua b/chatcommands.lua
index 2f320ff..341e70c 100644
--- a/chatcommands.lua
+++ b/chatcommands.lua
@@ -132,7 +132,7 @@ minetest.register_chatcommand("add_owner", {
areas:save()
minetest.chat_send_player(ownername,
- "You have been gtanted control over an area."
+ "You have been granted control over an area."
.." Type /list_areas to show your areas.")
minetest.chat_send_player(name, "Area protected.")
end})