# HG changeset patch # User Mark Doliner # Date 1229972553 0 # Node ID a9b4599a53678cfea082417d8ac966142a89f71e # Parent e17e325732d0acbc440a291d4930b5afdb21a9f5 Fix a typo in a comment diff -r e17e325732d0 -r a9b4599a5367 libpurple/protocols/myspace/user.c --- 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().