# HG changeset patch # User Elliott Sales de Andrade # Date 1292450648 0 # Node ID 52616e4f229975590ecb3fbbbf0de822d35f1eb9 # Parent 2f2c45abb3af982d1c14a4a371f04ce22227b4da Fix typo diff -r 2f2c45abb3af -r 52616e4f2299 libpurple/protocols/msn/msg.c --- a/libpurple/protocols/msn/msg.c Wed Dec 15 21:48:37 2010 +0000 +++ b/libpurple/protocols/msn/msg.c Wed Dec 15 22:04:08 2010 +0000 @@ -648,7 +648,7 @@ int i; int bin_len; - if (msg->part->footer->value == P2P_APPID_SESION) + if (msg->part->footer->value == P2P_APPID_SESSION) bin_len = P2P_PACKET_HEADER_SIZE; else bin_len = body_len; diff -r 2f2c45abb3af -r 52616e4f2299 libpurple/protocols/msn/p2p.h --- a/libpurple/protocols/msn/p2p.h Wed Dec 15 21:48:37 2010 +0000 +++ b/libpurple/protocols/msn/p2p.h Wed Dec 15 22:04:08 2010 +0000 @@ -84,7 +84,7 @@ typedef enum { - P2P_APPID_SESION = 0x0, /**< Negotiating session */ + P2P_APPID_SESSION = 0x0, /**< Negotiating session */ P2P_APPID_OBJ = 0x1, /**< MsnObject (Display or Emoticon) */ P2P_APPID_FILE = 0x2, /**< File transfer */ P2P_APPID_EMOTE = 0xB, /**< CustomEmoticon */