Mercurial > pidgin.yaz
changeset 24827:a9b4599a5367
Fix a typo in a comment
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 22 Dec 2008 19:02:33 +0000 |
parents | e17e325732d0 |
children | 3d3376237a7c |
files | libpurple/protocols/myspace/user.c |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/myspace/user.c Mon Dec 22 16:50:40 2008 +0000 +++ b/libpurple/protocols/myspace/user.c Mon Dec 22 19:02:33 2008 +0000 @@ -406,10 +406,11 @@ } 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().