diff --git a/DynmapCore/src/main/java/org/dynmap/DynmapCore.java b/DynmapCore/src/main/java/org/dynmap/DynmapCore.java index 9a0445a3..6bb2beb8 100644 --- a/DynmapCore/src/main/java/org/dynmap/DynmapCore.java +++ b/DynmapCore/src/main/java/org/dynmap/DynmapCore.java @@ -1359,7 +1359,7 @@ public class DynmapCore implements DynmapCommonAPI { new CommandInfo("dmap", "mapadd", ": : :", "Create map for world with name using provided attributes."), new CommandInfo("dmap", "mapset", ": : :", "Update map of world with new attribute values."), new CommandInfo("dmap", "worldreset", "", "Reset world to default template for world type"), - new CommandInfo("dmap", "worldreset", " ", "Reset world to temaplte ."), + new CommandInfo("dmap", "worldreset", " ", "Reset world to template ."), new CommandInfo("dmap", "worldgetlimits", "", "List visibity and hidden limits for world"), new CommandInfo("dmap", "worldaddlimit", " corner1:/ corner2:/", "Add rectangular visibilty limit"), new CommandInfo("dmap", "worldaddlimit", " type:round center:/ radius:", "Add round visibilty limit"),