summaryrefslogtreecommitdiff
path: root/protocols/Tox/include/toxav.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Tox/include/toxav.h')
-rw-r--r--protocols/Tox/include/toxav.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Tox/include/toxav.h b/protocols/Tox/include/toxav.h
index 2a8b90fa5e..ac6766145c 100644
--- a/protocols/Tox/include/toxav.h
+++ b/protocols/Tox/include/toxav.h
@@ -192,7 +192,7 @@ typedef enum TOXAV_ERR_CALL {
TOXAV_ERR_CALL_SYNC,
/**
- * The friend number did not designate a valid friend.
+ * The friend ID did not designate a valid friend.
*/
TOXAV_ERR_CALL_FRIEND_NOT_FOUND,
@@ -268,7 +268,7 @@ typedef enum TOXAV_ERR_ANSWER {
TOXAV_ERR_ANSWER_CODEC_INITIALIZATION,
/**
- * The friend number did not designate a valid friend.
+ * The friend ID did not designate a valid friend.
*/
TOXAV_ERR_ANSWER_FRIEND_NOT_FOUND,