diff --git a/src/core/game/PlayerImpl.ts b/src/core/game/PlayerImpl.ts index 474da3b48..47c2431e3 100644 --- a/src/core/game/PlayerImpl.ts +++ b/src/core/game/PlayerImpl.ts @@ -549,7 +549,7 @@ export class PlayerImpl implements Player { this.id(), ); this.mg.displayMessage( - `Recieved ${renderTroops(troops)} troops from ${this.name()}`, + `Received ${renderTroops(troops)} troops from ${this.name()}`, MessageType.SUCCESS, recipient.id(), ); @@ -563,7 +563,7 @@ export class PlayerImpl implements Player { this.id(), ); this.mg.displayMessage( - `Recieved ${renderNumber(gold)} gold from ${this.name()}`, + `Received ${renderNumber(gold)} gold from ${this.name()}`, MessageType.SUCCESS, recipient.id(), );