forked from External/mage
Fix typo in method name.
This commit is contained in:
parent
aa767f68ce
commit
4dbce1132c
19 changed files with 22 additions and 27 deletions
|
|
@ -749,7 +749,7 @@ public final class CardUtil {
|
|||
return true;
|
||||
}
|
||||
|
||||
public static String createObjectRealtedWindowTitle(Ability source, Game game, String textSuffix) {
|
||||
public static String createObjectRelatedWindowTitle(Ability source, Game game, String textSuffix) {
|
||||
String title;
|
||||
if (source != null) {
|
||||
MageObject sourceObject = game.getObject(source);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue