From 488aab562c8128680ccc3b8c82e9d96e13e0a216 Mon Sep 17 00:00:00 2001 From: DasBlub Date: Mon, 2 Jan 2012 18:18:46 +0100 Subject: [PATCH] fix typo in comment --- src/game/WorldSocket.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/WorldSocket.cpp b/src/game/WorldSocket.cpp index a39cb2632..3219c5b16 100644 --- a/src/game/WorldSocket.cpp +++ b/src/game/WorldSocket.cpp @@ -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;