]> git.lizzy.rs Git - worldedit.git/commitdiff
Correct spelling of Minetest
authorsfan5 <sfan5@live.de>
Tue, 7 Nov 2017 13:20:45 +0000 (14:20 +0100)
committersfan5 <sfan5@live.de>
Tue, 7 Nov 2017 13:20:50 +0000 (14:20 +0100)
WorldEdit API.md
worldedit_commands/init.lua

index 8cee31ba1bf745f4efb350109da813146db25c2c..9bcb4e88336e5c1ad8af904fe53ea0d0b80f46f0 100644 (file)
@@ -193,7 +193,7 @@ Returns the number of nodes restored.
 \r
 Serialization\r
 -------------\r
-Contained in serialization.lua, this module allows regions of nodes to be serialized and deserialized to formats suitable for use outside MineTest.\r
+Contained in serialization.lua, this module allows regions of nodes to be serialized and deserialized to formats suitable for use outside Minetest.\r
 \r
 ### version, extra_fields, content = worldedit.read_header(value)\r
 \r
index 07224c1d6a5ac430d550875b5b2036201342e0f9..3640e0db99f04f62f5108ccd4f11f15b9b95600e 100644 (file)
@@ -110,7 +110,7 @@ minetest.register_chatcommand("/about", {
        params = "",\r
        description = "Get information about the mod",\r
        func = function(name, param)\r
-               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/")\r
+               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/")\r
        end,\r
 })\r
 \r