summaryrefslogtreecommitdiff
path: root/protocols/Tox/include/toxav.h
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2017-08-23 14:40:41 +0300
committerdartraiden <wowemuh@gmail.com>2017-08-23 14:40:41 +0300
commit25081c44e66ec1135d5c375b2e4bd0fe4e488ec6 (patch)
treed6c50c623bd59531629d0eb0995096a9fd4430d7 /protocols/Tox/include/toxav.h
parent22ddb8cad9845e24420fedd9d15c1d1cf487f932 (diff)
more understandable error description
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,