diff options
author | dartraiden <wowemuh@gmail.com> | 2017-08-23 14:40:41 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2017-08-23 14:40:41 +0300 |
commit | 25081c44e66ec1135d5c375b2e4bd0fe4e488ec6 (patch) | |
tree | d6c50c623bd59531629d0eb0995096a9fd4430d7 /protocols/Tox/include/tox.h | |
parent | 22ddb8cad9845e24420fedd9d15c1d1cf487f932 (diff) |
more understandable error description
Diffstat (limited to 'protocols/Tox/include/tox.h')
-rw-r--r-- | protocols/Tox/include/tox.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/Tox/include/tox.h b/protocols/Tox/include/tox.h index 373138c4eb..e49e40e4fb 100644 --- a/protocols/Tox/include/tox.h +++ b/protocols/Tox/include/tox.h @@ -1622,7 +1622,7 @@ typedef enum TOX_ERR_SET_TYPING { TOX_ERR_SET_TYPING_OK, /** - * The friend number did not designate a valid friend. + * The friend ID did not designate a valid friend. */ TOX_ERR_SET_TYPING_FRIEND_NOT_FOUND, @@ -1654,7 +1654,7 @@ typedef enum TOX_ERR_FRIEND_SEND_MESSAGE { TOX_ERR_FRIEND_SEND_MESSAGE_NULL, /** - * The friend number did not designate a valid friend. + * The friend ID did not designate a valid friend. */ TOX_ERR_FRIEND_SEND_MESSAGE_FRIEND_NOT_FOUND, @@ -2786,7 +2786,7 @@ typedef enum TOX_ERR_FRIEND_CUSTOM_PACKET { TOX_ERR_FRIEND_CUSTOM_PACKET_NULL, /** - * The friend number did not designate a valid friend. + * The friend ID did not designate a valid friend. */ TOX_ERR_FRIEND_CUSTOM_PACKET_FRIEND_NOT_FOUND, |