1
0
mirror of https://github.com/minetest/minetest.git synced 2024-09-22 12:30:19 +02:00

Typo fix on previous @est31 commit

This commit is contained in:
Loic Blot 2015-06-23 23:17:47 +02:00
parent 3a89e25fe0
commit c6766b275f

View File

@ -55,7 +55,7 @@ void Client::handleCommand_Hello(NetworkPacket* pkt)
// Chose an auth method we support
AuthMechanism chosen_auth_mechanism = choseAuthMech(auth_mechs);
infostream << "Client: TOCLIENT_HELLO recieved with "
infostream << "Client: TOCLIENT_HELLO received with "
<< "serialization_ver=" << (u32)serialization_ver
<< ", auth_mechs=" << auth_mechs
<< ", proto_ver=" << proto_ver