summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/command/Command.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/bukkit/command/Command.java')
-rw-r--r--src/main/java/org/bukkit/command/Command.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/org/bukkit/command/Command.java b/src/main/java/org/bukkit/command/Command.java
index 073f1acf..4ad60996 100644
--- a/src/main/java/org/bukkit/command/Command.java
+++ b/src/main/java/org/bukkit/command/Command.java
@@ -172,7 +172,7 @@ public abstract class Command {
}
/**
- * Returns the current lable for this command
+ * Returns the current label for this command
*
* @return Label of this command or null if not registered
*/