From 712ca9d3b6be40faf3176d629f95313e8a3d660f Mon Sep 17 00:00:00 2001 From: Bukkit/Spigot Date: Sun, 4 Dec 2011 11:08:40 +0000 Subject: [PATCH] I do believe that I made a typo By: Nathan Adams --- paper-api/src/main/java/org/bukkit/command/Command.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper-api/src/main/java/org/bukkit/command/Command.java b/paper-api/src/main/java/org/bukkit/command/Command.java index c03605b0ae..65e3370aa1 100644 --- a/paper-api/src/main/java/org/bukkit/command/Command.java +++ b/paper-api/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; }