Fixed comment.

This commit is contained in:
irungentoo 2015-05-28 11:37:24 -04:00
parent 3f6a8f10bb
commit 29c37bf2f4
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98
2 changed files with 2 additions and 2 deletions

View File

@ -1512,7 +1512,7 @@ namespace file {
*/
DATA,
/**
* Avatar filename. This consists of $hash(image).
* Avatar file_id. This consists of $hash(image).
* Avatar data. This consists of the image data.
*
* Avatars can be sent at any time the client wishes. Generally, a client will

View File

@ -1596,7 +1596,7 @@ enum TOX_FILE_KIND {
TOX_FILE_KIND_DATA,
/**
* Avatar filename. This consists of tox_hash(image).
* Avatar file_id. This consists of tox_hash(image).
* Avatar data. This consists of the image data.
*
* Avatars can be sent at any time the client wishes. Generally, a client will