]> git.lizzy.rs Git - minetest.git/commitdiff
Typo fix on previous @est31 commit
authorLoic Blot <loic.blot@unix-experience.fr>
Tue, 23 Jun 2015 21:17:47 +0000 (23:17 +0200)
committerLoic Blot <loic.blot@unix-experience.fr>
Tue, 23 Jun 2015 21:17:47 +0000 (23:17 +0200)
src/network/clientpackethandler.cpp

index 35a9bf07abacde6ae4ce08f315f0314d884a4abb..c0acff985bdc7a696dfcf81b58c4321bc2e09e1f 100644 (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