mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix some misspellings (#8104)
This commit is contained in:
parent
ed1415f78d
commit
3fce27ece5
4 changed files with 6 additions and 6 deletions
|
@ -2149,7 +2149,7 @@ bool ServerEnvironment::migratePlayersDatabase(const GameParams &game_params,
|
|||
delete dstdb;
|
||||
|
||||
} catch (BaseException &e) {
|
||||
errorstream << "An error occured during migration: " << e.what() << std::endl;
|
||||
errorstream << "An error occurred during migration: " << e.what() << std::endl;
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
@ -2236,7 +2236,7 @@ bool ServerEnvironment::migrateAuthDatabase(
|
|||
}
|
||||
|
||||
} catch (BaseException &e) {
|
||||
errorstream << "An error occured during migration: " << e.what()
|
||||
errorstream << "An error occurred during migration: " << e.what()
|
||||
<< std::endl;
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue