libpurple/protocols/gg/image.c

branch
soc.2013.gobjectification.plugins
changeset 36637
9b0109ae118d
parent 34632
ebe6b2a60305
child 36744
a7c26ee6e466
--- a/libpurple/protocols/gg/image.c	Sun Sep 01 05:01:14 2013 +0530
+++ b/libpurple/protocols/gg/image.c	Sun Sep 01 14:24:24 2013 +0530
@@ -184,7 +184,7 @@
 	   g_path_get_basename() and purple_escape_filename() on it before
 	   passing it in.  This is easy, but it's not clear if there might be
 	   other implications because this filename is used elsewhere within
-	   this PRPL. */
+	   this protocol. */
 	stored_id = purple_imgstore_new_with_id(
 		g_memdup(image_reply->image, image_reply->size),
 		image_reply->size,

mercurial