Minor comment typo.

Sat, 10 Oct 2009 04:24:35 +0000

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Sat, 10 Oct 2009 04:24:35 +0000
changeset 28651
e8658b4b5a4c
parent 28650
fcbd7d5edd37
child 28671
9ad697b75563

Minor comment typo.

libpurple/protocols/msn/notification.c file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/msn/notification.c	Sat Oct 10 00:56:35 2009 +0000
+++ b/libpurple/protocols/msn/notification.c	Sat Oct 10 04:24:35 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