pidgin: 15048cdc: Fix typo

qulogic at pidgin.im qulogic at pidgin.im
Thu Dec 16 02:27:28 EST 2010


----------------------------------------------------------------------
Revision: 15048cdc65f378e1eb9ddc5727575e773d6f0d64
Parent:   278d4bd73751b544b153817ce49d4ea12f706dd5
Author:   qulogic at pidgin.im
Date:     12/15/10 17:04:08
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/15048cdc65f378e1eb9ddc5727575e773d6f0d64

Changelog: 

Fix typo

Changes against parent 278d4bd73751b544b153817ce49d4ea12f706dd5

  patched  libpurple/protocols/msn/msg.c
  patched  libpurple/protocols/msn/p2p.h

-------------- next part --------------
============================================================
--- libpurple/protocols/msn/msg.c	f5492bd25ff4c82c56eb39b61ae4d07ac40a9a9b
+++ libpurple/protocols/msn/msg.c	a45101ab1f3c9727767da0f50abb881f16e27dba
@@ -648,7 +648,7 @@ msn_message_show_readable(MsnMessage *ms
 				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;
============================================================
--- libpurple/protocols/msn/p2p.h	32d9aa05d7b1837e535ae3240efc6d7375501fb6
+++ libpurple/protocols/msn/p2p.h	dde9e26e6a6aafd26d22446e7c952d0745c0be59
@@ -84,7 +84,7 @@ typedef enum
 
 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 */


More information about the Commits mailing list