libpurple/blistnodetypes.h

branch
soc.2013.gobjectification.plugins
changeset 36637
9b0109ae118d
parent 34864
0e292d8887de
child 36896
3865997e388b
--- a/libpurple/blistnodetypes.h	Sun Sep 01 05:01:14 2013 +0530
+++ b/libpurple/blistnodetypes.h	Sun Sep 01 14:24:24 2013 +0530
@@ -255,7 +255,7 @@
 /**
  * Returns a buddy's protocol-specific data.
  *
- * This should only be called from the associated prpl.
+ * This should only be called from the associated protocol.
  *
  * @param buddy The buddy.
  * @return      The protocol data.
@@ -267,7 +267,7 @@
 /**
  * Sets a buddy's protocol-specific data.
  *
- * This should only be called from the associated prpl.
+ * This should only be called from the associated protocol.
  *
  * @param buddy The buddy.
  * @param data  The data.
@@ -486,7 +486,7 @@
  *
  * @param account    The account this chat will get added to
  * @param alias      The alias of the new chat
- * @param components The info the prpl needs to join the chat.  The
+ * @param components The info the protocol needs to join the chat.  The
  *                   hash function should be g_str_hash() and the
  *                   equal function should be g_str_equal().
  * @return           A newly allocated chat

mercurial