mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Fix some misspellings (#8104)
This commit is contained in:
committed by
Loïc Blot
parent
ed1415f78d
commit
3fce27ece5
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user