Fix typo in method name.

This commit is contained in:
Grath 2025-01-30 13:33:06 -05:00
parent aa767f68ce
commit 4dbce1132c
19 changed files with 22 additions and 27 deletions

View file

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