changeset 28747:f55bd60e2738

merge of '80eaa62b397424cadf9ea37ca0e98894f823fbf5' and 'c2cd726c5225664720357cbe316631e320505431'
author John Bailey <rekkanoryo@rekkanoryo.org>
date Mon, 12 Oct 2009 22:19:48 +0000
parents 3fec904938a2 (current diff) ff66496188e0 (diff)
children d2ffe8240a45 5550823608cb 739886e6dac2
files libpurple/protocols/msn/notification.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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. */
 			}