fix a typo

This commit is contained in:
Jon Daniel 2005-03-24 22:09:17 +00:00
parent 4f87bdfc6e
commit 97d2af8f5c

View File

@ -596,7 +596,7 @@ bool do_replay(display& disp, const gamemap& map, const game_data& gameinfo,
replayer.set_skip(0);
const config current_stats = statistics::write_stats();
if(current_stats != statistics::replay_verify_stats) {
ERR_NW << "replay statistics verifaction failed\n";
ERR_NW << "replay statistics verification failed\n";
if (!game_config::ignore_replay_errors) throw replay::error();
}
return false;