libpurple/protocols/mxit/chunk.h

changeset 30270
8380aae8b132
parent 28988
e59ddd6a3942
child 30788
da428f8d1f97
--- a/libpurple/protocols/mxit/chunk.h	Mon May 17 00:18:25 2010 +0000
+++ b/libpurple/protocols/mxit/chunk.h	Mon May 17 01:01:13 2010 +0000
@@ -42,7 +42,7 @@
 #define		CP_CHUNK_OFFER				0x06		/* (6) offer file */
 #define		CP_CHUNK_REJECT				0x07		/* (7) reject file */
 #define		CP_CHUNK_GET				0x08		/* (8) get file */
-#define		CP_CHUNK_RECIEVED			0x09		/* (9) received file */
+#define		CP_CHUNK_RECEIVED			0x09		/* (9) received file */
 #define		CP_CHUNK_DIRECT_SND			0x0A		/* (10) send file direct */
 #define		CP_CHUNK_DIRECT_FWD			0x0B		/* (11) forward file direct */
 #define		CP_CHUNK_SKIN				0x0C		/* (12) MXit client skin */

mercurial