Mercurial > pidgin.yaz
changeset 31480:52616e4f2299
Fix typo
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Wed, 15 Dec 2010 22:04:08 +0000 |
parents | 2f2c45abb3af |
children | 05c14f037414 |
files | libpurple/protocols/msn/msg.c libpurple/protocols/msn/p2p.h |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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;
--- 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 */