summaryrefslogtreecommitdiff
path: root/protocols/Xfire/src/recvdidpacket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Xfire/src/recvdidpacket.cpp')
-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 ee0925c724..3848074dd3 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 useles DID packet, its realy useless\n"));
+ XDEBUG(("This is the useless DID packet, its really useless\n"));
}
};