From 7c8f393e11142fd5894668905c7b3f091a5bd4be Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 13 Aug 2008 01:21:52 +0000 Subject: typos --- sources/protocols/implementations/VSPingPongProtocol.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sources/protocols/implementations/VSPingPongProtocol.java') diff --git a/sources/protocols/implementations/VSPingPongProtocol.java b/sources/protocols/implementations/VSPingPongProtocol.java index 288e836..f82d991 100644 --- a/sources/protocols/implementations/VSPingPongProtocol.java +++ b/sources/protocols/implementations/VSPingPongProtocol.java @@ -79,7 +79,7 @@ public class VSPingPongProtocol extends VSAbstractProtocol { if (!recvMessage.getBoolean("fromServer")) return; - logg("message: " + recvMessage.getInteger("counter")); + log("message: " + recvMessage.getInteger("counter")); VSMessage message = new VSMessage(); message.setBoolean("fromClient", true); @@ -113,7 +113,7 @@ public class VSPingPongProtocol extends VSAbstractProtocol { if (!recvMessage.getBoolean("fromClient")) return; - logg("message: " + recvMessage.getInteger("counter")); + log("message: " + recvMessage.getInteger("counter")); VSMessage message = new VSMessage(); message.setBoolean("fromServer", true); -- cgit v1.2.3