Typo fix on previous @est31 commit

master
Loic Blot 2015-06-23 23:17:47 +02:00
parent 3a89e25fe0
commit c6766b275f
1 changed files with 1 additions and 1 deletions

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