Fixed Issue 169

This commit is contained in:
magenoxx 2011-06-30 15:07:38 +04:00
parent ec79873a0d
commit 2dba0ca829
2 changed files with 11 additions and 3 deletions

View file

@ -188,7 +188,7 @@ public interface Ability extends Serializable {
public Effects getEffects();
/**
* Retrieves the effects of the specified {@link Effecttype type} that are
* Retrieves the effects of the specified {@link EffectType type} that are
* put into place by the resolution of this ability.
*
* @param effectType The {@link EffectType type} to search for.