From a6094d662636e67b1515ad21e186041d8cf4cf26 Mon Sep 17 00:00:00 2001 From: Alige Date: Thu, 23 Oct 2014 18:50:19 +0300 Subject: Changed all the "cant" by "can't", and fixed few sentences to translate. --- src/net/eathena/homunculushandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/eathena/homunculushandler.cpp') diff --git a/src/net/eathena/homunculushandler.cpp b/src/net/eathena/homunculushandler.cpp index 948da91f2..8796621f3 100644 --- a/src/net/eathena/homunculushandler.cpp +++ b/src/net/eathena/homunculushandler.cpp @@ -181,7 +181,7 @@ void HomunculusHandler::processHomunculusInfo(Net::MessageIn &msg) const int range = msg.readInt16("attack range"); HomunculusInfo *const info = PlayerInfo::getHomunculus(); - if (!info) // we cant find homunculus being because id is missing + if (!info) // we can't find homunculus being because id is missing return; Being *const dstBeing = actorManager->findBeing(info->id); -- cgit v1.2.3-60-g2f50