diff libpurple/protocols/msn/slplink.c @ 30877:23be655cc688

propagate from branch 'im.pidgin.cpw.qulogic.msnp16' (head a27b68b2e6653e6b96aa0279bd649181c89b20ed) to branch 'im.pidgin.soc.2010.msn-tlc' (head 20ad1c813e2b512df4a065dda88f3cfa732463a3)
author masca@cpw.pidgin.im
date Wed, 15 Sep 2010 17:34:21 +0000
parents 393e127b3d83 6469c68fa093
children 2de522fa534a
line wrap: on
line diff
--- a/libpurple/protocols/msn/slplink.c	Tue Aug 10 18:01:01 2010 +0000
+++ b/libpurple/protocols/msn/slplink.c	Wed Sep 15 17:34:21 2010 +0000
@@ -596,7 +596,7 @@
 		slpmsg = msn_slplink_message_find(slplink, header->session_id, header->id);
 		if (slpmsg == NULL)
 		{
-			/* Probably the transfer was canceled */
+			/* Probably the transfer was cancelled */
 			purple_debug_error("msn", "Couldn't find slpmsg\n");
 			return;
 		}