From 53190dfb4c550da77266f6d673e4af14eb5f6322 Mon Sep 17 00:00:00 2001 From: Charles Dang Date: Wed, 24 Feb 2016 01:10:39 +1100 Subject: [PATCH] Fixed a typo in an error --- src/replay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/replay.cpp b/src/replay.cpp index cad65269aae7..0b68bec38f6d 100644 --- a/src/replay.cpp +++ b/src/replay.cpp @@ -846,7 +846,7 @@ REPLAY_RETURN do_replay_handle(bool one_move) ERR_REPLAY << "recieved a synced [command] from side " << (*cfg)["from_side"].to_int(0) << ". Expacted was a [command] from side " << resources::controller->current_side() << "\n"; } else if((*cfg)["side_invalid"].to_bool(false)) { - ERR_REPLAY << "recieved a synced [command] from side " << (*cfg)["from_side"].to_int(0) << ". Sended from wrong client.\n"; + ERR_REPLAY << "recieved a synced [command] from side " << (*cfg)["from_side"].to_int(0) << ". Sent from wrong client.\n"; } /* we need to use the undo stack during replays in order to make delayed shroud updated work.