pidgin/android/libpurple2

Fix incorrect documentation for the prpl chat_send function.
release-2.x.y
2013-04-04, Daniel Atallah
a694b89708c3
Parents 35f10b569e67
Children 90201925e1fe
Fix incorrect documentation for the prpl chat_send function.
--- a/libpurple/prpl.h Wed Apr 03 23:25:14 2013 +0200
+++ b/libpurple/prpl.h Thu Apr 04 15:18:40 2013 -0400
@@ -417,14 +417,13 @@
* the account is not connected, return -ENOTCONN. If the
* PRPL is unable to send the message for another reason, return
* some other negative value. You can use one of the valid
- * errno values, or just big something. If the message should
- * not be echoed to the conversation window, return 0.
+ * errno values, or just big something.
*
* @param id The id of the chat to send the message to.
* @param message The message to send to the chat.
* @param flags A bitwise OR of #PurpleMessageFlags representing
* message flags.
- * @return A positive number or 0 in case of succes,
+ * @return A positive number or 0 in case of success,
* a negative error number in case of failure.
*/
int (*chat_send)(PurpleConnection *, int id, const char *message, PurpleMessageFlags flags);