diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-10-20 19:32:54 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-10-20 19:32:54 +0000 |
commit | 05d7641afd10c5af6cb8b5bef34a5e86a001c2d2 (patch) | |
tree | 4b37cb63582d19658cc59a9302ac7f37b9861373 /protocols/Xfire/src/xfirepacket.cpp | |
parent | defe4cc2bf3f06c3362248adad611b752d815f10 (diff) |
Xfire: spelling corrections
git-svn-id: http://svn.miranda-ng.org/main/trunk@6562 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Xfire/src/xfirepacket.cpp')
-rw-r--r-- | protocols/Xfire/src/xfirepacket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Xfire/src/xfirepacket.cpp b/protocols/Xfire/src/xfirepacket.cpp index 955881863f..09632137da 100644 --- a/protocols/Xfire/src/xfirepacket.cpp +++ b/protocols/Xfire/src/xfirepacket.cpp @@ -65,7 +65,7 @@ namespace xfirelib { XERROR2("Returned less than 5 ?!: %d\n",r); throw SocketException("Connection Closed ?"); } - XDEBUG2("Read %d bytes ...\n", r ); + XDEBUG2("Read %d bytes...\n", r ); unsigned int len = ((unsigned char)buf[0]) + (((unsigned char)buf[1]) * 256); int packetid = buf[2]; |