From d69863db59787a16f5b31b3b65b90023f93897bd Mon Sep 17 00:00:00 2001 From: TomyLobo Date: Tue, 6 Dec 2011 13:59:41 +0100 Subject: [PATCH] Fixed unimportant typos. --- .../java/com/sk89q/worldedit/commands/RegionCommands.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/sk89q/worldedit/commands/RegionCommands.java b/src/main/java/com/sk89q/worldedit/commands/RegionCommands.java index e6c798aba..823229392 100644 --- a/src/main/java/com/sk89q/worldedit/commands/RegionCommands.java +++ b/src/main/java/com/sk89q/worldedit/commands/RegionCommands.java @@ -202,7 +202,7 @@ public class RegionCommands { flags = "n", desc = "Smooth the elevation in the selection", help = - "Smoothes the elevation in the selection.\n" + + "Smooths the elevation in the selection.\n" + "The -n flag makes it only consider naturally occuring blocks.", min = 0, max = 1 @@ -231,7 +231,7 @@ public class RegionCommands { flags = "s", desc = "Move the contents of the selection", help = - "Move the contents of the selection.\n" + + "Moves the contents of the selection.\n" + "The -s flag shifts the selection to the target location.\n" + "Optionally fills the old location with .", min = 0,