Skip to content

Commit c6766b2

Browse files
committedJun 23, 2015
Typo fix on previous @est31 commit
1 parent 3a89e25 commit c6766b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/network/clientpackethandler.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ void Client::handleCommand_Hello(NetworkPacket* pkt)
5555
// Chose an auth method we support
5656
AuthMechanism chosen_auth_mechanism = choseAuthMech(auth_mechs);
5757

58-
infostream << "Client: TOCLIENT_HELLO recieved with "
58+
infostream << "Client: TOCLIENT_HELLO received with "
5959
<< "serialization_ver=" << (u32)serialization_ver
6060
<< ", auth_mechs=" << auth_mechs
6161
<< ", proto_ver=" << proto_ver

1 commit comments

Comments
 (1)

est31 commented on Jun 24, 2015

@est31
Contributor

dammit you are right. I've thought it were "recieved", because that made most sense.

Please sign in to comment.