Skip to content

Commit

Permalink
Typo fix on previous @est31 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nerzhul committed Jun 23, 2015
1 parent 3a89e25 commit c6766b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network/clientpackethandler.cpp
Expand Up @@ -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
Expand Down

1 comment on commit c6766b2

@est31
Copy link
Contributor

@est31 est31 commented on c6766b2 Jun 24, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Please sign in to comment.