# HG changeset patch # User Elliott Sales de Andrade # Date 1255148675 0 # Node ID 7f80b0fc825d842d2dee34fe314c25dd127365dc # Parent b8d68532c18888fbafa88321c471a260c06e287b Minor comment typo. diff -r b8d68532c188 -r 7f80b0fc825d libpurple/protocols/msn/notification.c --- 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. */ }