From 29c37bf2f4f7870e932ea5bf2f9f23a23f3b7cc1 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Thu, 28 May 2015 11:37:24 -0400 Subject: Fixed comment. --- other/apidsl/tox.in.h | 2 +- toxcore/tox.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/other/apidsl/tox.in.h b/other/apidsl/tox.in.h index 5b371c17..87d0ab87 100644 --- a/other/apidsl/tox.in.h +++ b/other/apidsl/tox.in.h @@ -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 diff --git a/toxcore/tox.h b/toxcore/tox.h index 038a366f..cf5491af 100644 --- a/toxcore/tox.h +++ b/toxcore/tox.h @@ -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 -- cgit v1.2.3