diff libpurple/protocols/msn/notification.c @ 28378:f55bd60e2738

merge of '80eaa62b397424cadf9ea37ca0e98894f823fbf5' and 'c2cd726c5225664720357cbe316631e320505431'
author John Bailey <rekkanoryo@rekkanoryo.org>
date Mon, 12 Oct 2009 22:19:48 +0000
parents d213c8ad89da 7f80b0fc825d
children 6100cb11bae8 57137d32a131
line wrap: on
line diff
--- 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. */
 			}