changeset 28376:ff66496188e0

merge of '899182ae412c1d58eab5efb5001e980fdfda4190' and '9afa0cfda64ff9907b43b21fe64f17f698d2aa0d'
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Mon, 12 Oct 2009 20:23:50 +0000
parents 7f80b0fc825d (diff) 63dc67b32577 (current diff)
children f55bd60e2738
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/msn/notification.c	Mon Oct 12 18:24:37 2009 +0000
+++ b/libpurple/protocols/msn/notification.c	Mon Oct 12 20:23:50 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. */
 			}