mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Fix typos using https://github.com/crate-ci/typos
Changes were reviewed manually
This commit is contained in:
@@ -97,7 +97,7 @@ void GlobalLobbyProcessor::receiveOperationFailed(const JsonNode & json)
|
||||
void GlobalLobbyProcessor::receiveServerLoginSuccess(const JsonNode & json)
|
||||
{
|
||||
// no-op, wait just for any new commands from lobby
|
||||
logGlobal->info("Lobby: Succesfully connected to lobby server");
|
||||
logGlobal->info("Lobby: Successfully connected to lobby server");
|
||||
owner.startAcceptingIncomingConnections();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user