Refactor: Fix spelling of 'controller' (#9163)

This commit is contained in:
DeepCrimson 2022-06-26 19:58:06 -07:00 committed by GitHub
parent 2d2b7ae835
commit 7bb851e0a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 12 additions and 10 deletions

View file

@ -743,7 +743,7 @@ public abstract class PermanentImpl extends CardImpl implements Permanent {
return false;
}
// For each control change compared to last controler send a GAIN_CONTROL replace event to be able to prevent the gain control (e.g. Guardian Beast)
// For each control change compared to last controller send a GAIN_CONTROL replace event to be able to prevent the gain control (e.g. Guardian Beast)
if (beforeResetControllerId != newControllerId) {
GameEvent gainControlEvent = GameEvent.getEvent(GameEvent.EventType.GAIN_CONTROL, this.getId(), null, newControllerId);
if (game.replaceEvent(gainControlEvent)) {