From 4b1002f7c5fad28e39581161c1bf03dbdd1b7b54 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 11 Nov 2016 19:21:51 +0300 Subject: Fix typo implimented -> implemented. --- src/net/eathena/loginrecv.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net/eathena/loginrecv.cpp') diff --git a/src/net/eathena/loginrecv.cpp b/src/net/eathena/loginrecv.cpp index cc5b4ac4e..cff12ef60 100644 --- a/src/net/eathena/loginrecv.cpp +++ b/src/net/eathena/loginrecv.cpp @@ -115,7 +115,7 @@ void LoginRecv::processLoginError2(Net::MessageIn &msg) default: // TRANSLATORS: error message errorMessage = _("Unknown error."); - UNIMPLIMENTEDPACKETFIELD(code); + UNIMPLEMENTEDPACKETFIELD(code); break; } client->setState(State::ERROR); @@ -173,7 +173,7 @@ void LoginRecv::processServerVersion(Net::MessageIn &msg) void LoginRecv::processCondingKey(Net::MessageIn &msg) { - UNIMPLIMENTEDPACKET; + UNIMPLEMENTEDPACKET; const int sz = msg.readInt16("len") - 4; msg.readString(sz, "coding key"); } -- cgit v1.2.3-70-g09d2