From 8d55e127bce2e1d65063d17689ed8fb127febade Mon Sep 17 00:00:00 2001 From: Nathan Adams Date: Sun, 4 Dec 2011 11:08:40 +0000 Subject: I do believe that I made a typo --- src/main/java/org/bukkit/command/Command.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main') diff --git a/src/main/java/org/bukkit/command/Command.java b/src/main/java/org/bukkit/command/Command.java index c03605b0..65e3370a 100644 --- a/src/main/java/org/bukkit/command/Command.java +++ b/src/main/java/org/bukkit/command/Command.java @@ -86,7 +86,7 @@ public abstract class Command { return true; } - target.sendMessage(ChatColor.RED + "I'm sorry, but you do not have permission to perform this command. Please contact the server administrators if you beleieve this is in error."); + target.sendMessage(ChatColor.RED + "I'm sorry, but you do not have permission to perform this command. Please contact the server administrators if you believe that this is in error."); return false; } -- cgit v1.2.3