Mercurial > pidgin
diff libpurple/protocols/myspace/user.c @ 24862:a9b4599a5367
Fix a typo in a comment
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Mon, 22 Dec 2008 19:02:33 +0000 |
| parents | 22fd7467f0cc |
| children | 1d77f138847b |
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().
