From f9cffebe2748b2b631f52891a439c99fcac37ebf Mon Sep 17 00:00:00 2001 From: Brettflan Date: Sun, 29 May 2011 17:19:46 -0500 Subject: [PATCH] quick typo fix, "chainged"->"changed" (thanks Deathfromance) --- src/org/mcteam/factions/commands/FCommandTag.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/mcteam/factions/commands/FCommandTag.java b/src/org/mcteam/factions/commands/FCommandTag.java index 3cc3938f..2c1b69df 100644 --- a/src/org/mcteam/factions/commands/FCommandTag.java +++ b/src/org/mcteam/factions/commands/FCommandTag.java @@ -58,7 +58,7 @@ public class FCommandTag extends FBaseCommand { if (faction == me.getFaction()) { continue; } - faction.sendMessage(Conf.colorSystem+"The faction "+me.getRelationColor(faction)+oldtag+Conf.colorSystem+" chainged their name to "+myFaction.getTag(faction)); + faction.sendMessage(Conf.colorSystem+"The faction "+me.getRelationColor(faction)+oldtag+Conf.colorSystem+" changed their name to "+myFaction.getTag(faction)); } }