diff -r 78f57b23470e -r d0aecd9a8104 libpurple/prpl.h --- a/libpurple/prpl.h Sun Feb 02 17:34:03 2014 +0530 +++ b/libpurple/prpl.h Sun Feb 02 17:59:05 2014 +0530 @@ -443,7 +443,8 @@ * active connections. You'd want to do this if you need to repeatedly * send some kind of keepalive packet to the server to avoid being * disconnected. ("Regularly" is defined by - * KEEPALIVE_INTERVAL in libpurple/connection.c.) + * KEEPALIVE_INTERVAL in + * libpurple/connection.c.) */ void (*keepalive)(PurpleConnection *); @@ -497,8 +498,8 @@ void (*remove_group)(PurpleConnection *gc, PurpleGroup *group); /** Gets the real name of a participant in a chat. For example, on - * XMPP this turns a chat room nick foo into - * room\@server/foo + * XMPP this turns a chat room nick foo into + * room\@server/foo * @gc: the connection on which the room is. * @id: the ID of the chat room. * @who: the nickname of the chat participant.