From f9f3a810c074e4c0a36faefa07ad8001b6a23901 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Sun, 6 Jul 2014 13:29:25 -0400 Subject: [PATCH] Typo fix. --- toxcore/tox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toxcore/tox.h b/toxcore/tox.h index 5418b03e..d931b9be 100644 --- a/toxcore/tox.h +++ b/toxcore/tox.h @@ -90,7 +90,7 @@ void tox_get_address(const Tox *tox, uint8_t *address); * data is the data and length is the length. * * return the friend number if success. - * return TOX_FA_TOOLONG if message length is too long. + * return TOX_FAERR_TOOLONG if message length is too long. * return TOX_FAERR_NOMESSAGE if no message (message length must be >= 1 byte). * return TOX_FAERR_OWNKEY if user's own key. * return TOX_FAERR_ALREADYSENT if friend request already sent or already a friend.