mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-05 11:13:26 +00:00
fix a typo
This commit is contained in:
parent
4f87bdfc6e
commit
97d2af8f5c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user