Fix 'chosen' spelling (#9021)

This commit is contained in:
DeepCrimson 2022-05-27 20:45:07 -07:00 committed by GitHub
parent 74a16d179f
commit 9084180937
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 103 additions and 103 deletions

View file

@ -556,7 +556,7 @@ public class CardView extends SimpleCardView {
}
}
// show for modal spell, which mode was choosen
// show for modal spell, which mode was chosen
if (spell.getSpellAbility().isModal()) {
for (UUID modeId : spell.getSpellAbility().getModes().getSelectedModes()) {
Mode mode = spell.getSpellAbility().getModes().get(modeId);