Skip to content

Commit

Permalink
Fixed a typo in an error
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Feb 23, 2016
1 parent 800a590 commit 53190df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/replay.cpp
Expand Up @@ -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.
Expand Down

0 comments on commit 53190df

Please sign in to comment.