quick typo fix, "chainged"->"changed" (thanks Deathfromance)

This commit is contained in:
Brettflan 2011-05-29 17:19:46 -05:00
parent 2b4b3b0c9a
commit f9cffebe27
1 changed files with 1 additions and 1 deletions

View File

@ -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));
}
}