We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a89e25 commit c6766b2Copy full SHA for c6766b2
src/network/clientpackethandler.cpp
@@ -55,7 +55,7 @@ void Client::handleCommand_Hello(NetworkPacket* pkt)
55
// Chose an auth method we support
56
AuthMechanism chosen_auth_mechanism = choseAuthMech(auth_mechs);
57
58
- infostream << "Client: TOCLIENT_HELLO recieved with "
+ infostream << "Client: TOCLIENT_HELLO received with "
59
<< "serialization_ver=" << (u32)serialization_ver
60
<< ", auth_mechs=" << auth_mechs
61
<< ", proto_ver=" << proto_ver
dammit you are right. I've thought it were "recieved", because that made most sense.
1 commit comments
est31 commentedon Jun 24, 2015
dammit you are right. I've thought it were "recieved", because that made most sense.