Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Correct spelling of Minetest
  • Loading branch information
sfan5 committed Nov 7, 2017
1 parent 415000e commit 12270dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WorldEdit API.md
Expand Up @@ -193,7 +193,7 @@ Returns the number of nodes restored.

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

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

Expand Down
2 changes: 1 addition & 1 deletion worldedit_commands/init.lua
Expand Up @@ -110,7 +110,7 @@ minetest.register_chatcommand("/about", {
params = "",
description = "Get information about the mod",
func = function(name, param)
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/")
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/")
end,
})

Expand Down

0 comments on commit 12270dc

Please sign in to comment.