From 79cbad38d0408f03be37abdb63c1736d49dd1929 Mon Sep 17 00:00:00 2001 From: Anurag Agarwal Date: Sun, 22 Mar 2015 20:18:47 +0530 Subject: [PATCH] Fixes #1296 --- toxcore/tox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toxcore/tox.h b/toxcore/tox.h index f7fc9a62..39df905a 100644 --- a/toxcore/tox.h +++ b/toxcore/tox.h @@ -1128,7 +1128,7 @@ typedef void tox_friend_status_message_cb(Tox *tox, uint32_t friend_number, cons /** * Set the callback for the `friend_status_message` event. Pass NULL to unset. * - * This event is triggered when a friend changes their name. + * This event is triggered when a friend changes their status message. */ void tox_callback_friend_status_message(Tox *tox, tox_friend_status_message_cb *function, void *user_data);