diff libpurple/protocols/mxit/mxit.h @ 30709:d7325448badb

Some spelling fixes to code comments.
author andrew.victor@mxit.com
date Fri, 28 May 2010 21:08:49 +0000
parents 08cae68b25dc
children b6b0c80f9dde
line wrap: on
line diff
--- a/libpurple/protocols/mxit/mxit.h	Tue May 25 21:08:25 2010 +0000
+++ b/libpurple/protocols/mxit/mxit.h	Fri May 28 21:08:49 2010 +0000
@@ -105,7 +105,7 @@
 /* Client session flags */
 #define		MXIT_FLAG_CONNECTED			0x01		/* established connection to the server */
 #define		MXIT_FLAG_LOGGEDIN			0x02		/* user currently logged in */
-#define		MXIT_FLAG_FIRSTROSTER		0x04		/* set to true once the first roster update has been recevied and processed */
+#define		MXIT_FLAG_FIRSTROSTER		0x04		/* set to true once the first roster update has been received and processed */
 
 
 /* define this to enable the link clicking support */