libpurple/protocols/myspace/user.c

branch
soc.2013.gobjectification.plugins
changeset 36637
9b0109ae118d
parent 36574
e9b59dd16117
child 36701
5acd461707ae
--- a/libpurple/protocols/myspace/user.c	Sun Sep 01 05:01:14 2013 +0530
+++ b/libpurple/protocols/myspace/user.c	Sun Sep 01 14:24:24 2013 +0530
@@ -113,7 +113,7 @@
 	guint cv;
 
 	/* Useful to identify the account the tooltip refers to.
-	 *  Other prpls show this. */
+	 *  Other protocols show this. */
 	if (user->username) {
 		purple_notify_user_info_add_pair_plaintext(user_info, _("User"), user->username);
 	}

mercurial