From 0a5a1e1b010dc1170900c1d88f0a6e02a0efa368 Mon Sep 17 00:00:00 2001 From: sk89q Date: Mon, 30 Jun 2014 21:00:02 -0700 Subject: [PATCH] Fixed typo in //curve's help. Fixes WORLDEDIT-3025. --- src/main/java/com/sk89q/worldedit/command/RegionCommands.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/sk89q/worldedit/command/RegionCommands.java b/src/main/java/com/sk89q/worldedit/command/RegionCommands.java index 5534df372..e8dd44277 100644 --- a/src/main/java/com/sk89q/worldedit/command/RegionCommands.java +++ b/src/main/java/com/sk89q/worldedit/command/RegionCommands.java @@ -131,7 +131,7 @@ public class RegionCommands { desc = "Draws a spline through selected points", help = "Draws a spline through selected points.\n" + - "Can only be uesd with convex polyhedral selections.\n" + + "Can only be used with convex polyhedral selections.\n" + "Flags:\n" + " -h generates only a shell", flags = "h",