From bb7bde3c0da91c107786711112bf8912a72ecf8f Mon Sep 17 00:00:00 2001 From: irungentoo Date: Wed, 3 Sep 2014 19:14:16 -0400 Subject: [PATCH] Fixed typo. --- toxcore/tox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toxcore/tox.h b/toxcore/tox.h index 99ae0a586..c17125a7a 100644 --- a/toxcore/tox.h +++ b/toxcore/tox.h @@ -173,7 +173,7 @@ uint32_t tox_send_action(Tox *tox, int32_t friendnumber, const uint8_t *action, /* Set our nickname. * name must be a string of maximum MAX_NAME_LENGTH length. * length must be at least 1 byte. - * length is the length of name with the NULL terminator. + * length is the length of name. * * return 0 if success. * return -1 if failure.