Skip to content

Commit 12270dc

Browse files
committed
Correct spelling of Minetest
1 parent 415000e commit 12270dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

WorldEdit API.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Returns the number of nodes restored.
193193

194194
Serialization
195195
-------------
196-
Contained in serialization.lua, this module allows regions of nodes to be serialized and deserialized to formats suitable for use outside MineTest.
196+
Contained in serialization.lua, this module allows regions of nodes to be serialized and deserialized to formats suitable for use outside Minetest.
197197

198198
### version, extra_fields, content = worldedit.read_header(value)
199199

worldedit_commands/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ minetest.register_chatcommand("/about", {
110110
params = "",
111111
description = "Get information about the mod",
112112
func = function(name, param)
113-
worldedit.player_notify(name, "WorldEdit " .. worldedit.version_string .. " is available on this server. Type /help to get a list of commands, or get more information at https://github.com/Uberi/MineTest-WorldEdit/")
113+
worldedit.player_notify(name, "WorldEdit " .. worldedit.version_string .. " is available on this server. Type /help to get a list of commands, or get more information at https://github.com/Uberi/Minetest-WorldEdit/")
114114
end,
115115
})
116116

0 commit comments

Comments
 (0)