summaryrefslogtreecommitdiff
path: root/protocols/Xfire
diff options
context:
space:
mode:
authorRMN <rmn@miranda-ng.org>2014-06-28 12:45:19 +0000
committerRMN <rmn@miranda-ng.org>2014-06-28 12:45:19 +0000
commitb6a26997dd99da792a3f22e66f679d4a144c6f02 (patch)
treed127f0f12ddbd0ab4afbfb508b55e117c844946e /protocols/Xfire
parente4f0f5176d9fde05baccf0333129382ddd467d53 (diff)
grammar and spelling (langpacks updated)
git-svn-id: http://svn.miranda-ng.org/main/trunk@9594 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Xfire')
-rw-r--r--protocols/Xfire/src/recvdidpacket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Xfire/src/recvdidpacket.cpp b/protocols/Xfire/src/recvdidpacket.cpp
index 3848074dd3..3a22134d73 100644
--- a/protocols/Xfire/src/recvdidpacket.cpp
+++ b/protocols/Xfire/src/recvdidpacket.cpp
@@ -29,7 +29,7 @@
namespace xfirelib {
void RecvDidPacket::parseContent(char *buf, int length, int numberOfAtts) {
- XDEBUG(("This is the useless DID packet, its really useless\n"));
+ XDEBUG(("This is the useless DID packet, it's really useless\n"));
}
};