diff libpurple/protocols/oscar/family_icbm.c @ 29960:815bd8b41638

I before E, except after C
author Stu Tomlinson <stu@nosnilmot.com>
date Mon, 17 May 2010 01:01:13 +0000
parents 787d82881a3e
children 6d96bfe048bc
line wrap: on
line diff
--- a/libpurple/protocols/oscar/family_icbm.c	Mon May 17 00:18:25 2010 +0000
+++ b/libpurple/protocols/oscar/family_icbm.c	Mon May 17 01:01:13 2010 +0000
@@ -1317,7 +1317,7 @@
 	channel = byte_stream_get16(bs);
 
 	if (channel != 0x01) {
-		purple_debug_misc("oscar", "icbm: ICBM recieved on unsupported channel.  Ignoring. (chan = %04x)\n", channel);
+		purple_debug_misc("oscar", "icbm: ICBM received on unsupported channel.  Ignoring. (chan = %04x)\n", channel);
 		return 0;
 	}