fix typo in comment

This commit is contained in:
DasBlub 2012-01-02 18:18:46 +01:00
parent 22dd739fb0
commit 488aab562c

View file

@ -702,7 +702,7 @@ int WorldSocket::ProcessIncoming (WorldPacket* new_pct)
{
// OK ,give the packet to WorldSession
aptr.release ();
// WARNINIG here we call it with locks held.
// WARNING here we call it with locks held.
// Its possible to cause deadlock if QueuePacket calls back
m_Session->QueuePacket (new_pct);
return 0;