From 47efbb6b1814b198179fe129543fba2a247bc250 Mon Sep 17 00:00:00 2001 From: sk89q Date: Thu, 14 Oct 2010 23:40:28 -0700 Subject: [PATCH] Fixed a typo in the help of /descend. --- src/WorldEdit.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WorldEdit.java b/src/WorldEdit.java index 152942ffa..2e8cfbe4b 100644 --- a/src/WorldEdit.java +++ b/src/WorldEdit.java @@ -143,7 +143,7 @@ public class WorldEdit { commands.put("/forestgen", " - Make an ugly pine tree forest"); commands.put("/unstuck", "Go up to the first free spot"); commands.put("/ascend", "Go up one level"); - commands.put("/descend", "Go dowm one level"); + commands.put("/descend", "Go down one level"); } /**