pidgin: 00941875: Fix a typo in a comment

markdoliner at pidgin.im markdoliner at pidgin.im
Mon Dec 22 14:05:48 EST 2008


-----------------------------------------------------------------
Revision: 009418751e4d83e57c29aee1698b3949c9fb7811
Ancestor: f0a88f24c033907577f5dee8fa6279ff03aa443e
Author: markdoliner at pidgin.im
Date: 2008-12-22T19:02:33
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/009418751e4d83e57c29aee1698b3949c9fb7811

Modified files:
        libpurple/protocols/myspace/user.c

ChangeLog: 

Fix a typo in a comment

-------------- next part --------------
============================================================
--- libpurple/protocols/myspace/user.c	454738270514715d39c6fd06efc40299d3ef4716
+++ libpurple/protocols/myspace/user.c	c67d4a253923bb218ddfeb7b32d7700756b5225a
@@ -406,10 +406,11 @@ msim_store_user_info(MsimSession *sessio
 	}
 
 	if (msim_msg_get_integer(msg, "dsn") == MG_OWN_IM_INFO_DSN &&
-		msim_msg_get_integer(msg, "lid") == MG_OWN_IM_INFO_LID) {
+		msim_msg_get_integer(msg, "lid") == MG_OWN_IM_INFO_LID)
+	{
 		/*
 		 * Some of this info will be available on the buddy list if the
-		 * has themselves as their own buddy.
+		 * user has themselves as their own buddy.
 		 *
 		 * Much of the info is already available in MsimSession,
 		 * stored in msim_we_are_logged_on().


More information about the Commits mailing list