diff options
Diffstat (limited to 'toxcore/tox.c')
-rw-r--r-- | toxcore/tox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/tox.c b/toxcore/tox.c index c07473dd..ec21407f 100644 --- a/toxcore/tox.c +++ b/toxcore/tox.c | |||
@@ -186,7 +186,7 @@ int tox_set_name(Tox *tox, uint8_t *name, uint16_t length) | |||
186 | } | 186 | } |
187 | 187 | ||
188 | /* Get your nickname. | 188 | /* Get your nickname. |
189 | * m - The messanger context to use. | 189 | * m - The messenger context to use. |
190 | * name - Pointer to a string for the name. (must be at least MAX_NAME_LENGTH) | 190 | * name - Pointer to a string for the name. (must be at least MAX_NAME_LENGTH) |
191 | * | 191 | * |
192 | * return length of the name. | 192 | * return length of the name. |