libpurple/protocols/msn/notification.c

changeset 28672
82c3a943622c
parent 28665
3ac533844419
parent 28651
e8658b4b5a4c
child 28775
c403db076fab
child 28780
cf0ea2b55d7b
--- a/libpurple/protocols/msn/notification.c	Mon Oct 12 19:54:27 2009 +0000
+++ b/libpurple/protocols/msn/notification.c	Mon Oct 12 22:19:48 2009 +0000
@@ -963,7 +963,7 @@
 			if (cmd->trans->data) {
 				MsnFqyCbData *fqy_data = cmd->trans->data;
 				fqy_data->cb(session, passport, network, fqy_data->data);
-				/* Don't free fqy_data yet since the server responds to FQY multipe times.
+				/* Don't free fqy_data yet since the server responds to FQY multiple times.
 				   It will be freed when cmd->trans is freed. */
 			}
 

mercurial