mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Typos.
This commit is contained in:
parent
00d44597f0
commit
00f38c8deb
|
@ -415,7 +415,7 @@ int m_set_usertyping(Messenger *m, int friendnumber, uint8_t is_typing);
|
|||
/* Get the typing status of a friend.
|
||||
*
|
||||
* returns 0 if friend is not typing.
|
||||
* returns -1 if friend is typing.
|
||||
* returns 1 if friend is typing.
|
||||
*/
|
||||
uint8_t m_get_istyping(Messenger *m, int friendnumber);
|
||||
|
||||
|
|
|
@ -285,7 +285,7 @@ int tox_set_user_is_typing(Tox *tox, int friendnumber, uint8_t is_typing)
|
|||
/* Get the typing status of a friend.
|
||||
*
|
||||
* returns 0 if friend is not typing.
|
||||
* returns -1 if friend is typing.
|
||||
* returns 1 if friend is typing.
|
||||
*/
|
||||
int tox_get_is_typing(Tox *tox, int friendnumber)
|
||||
{
|
||||
|
|
|
@ -292,7 +292,7 @@ int tox_set_user_is_typing(Tox *tox, int friendnumber, uint8_t is_typing);
|
|||
/* Get the typing status of a friend.
|
||||
*
|
||||
* returns 0 if friend is not typing.
|
||||
* returns -1 if friend is typing.
|
||||
* returns 1 if friend is typing.
|
||||
*/
|
||||
int tox_get_is_typing(Tox *tox, int friendnumber);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user