1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-15 12:26:34 +01:00

fix bug and typo

This commit is contained in:
Jfreegman
2014-07-25 19:55:16 -04:00
parent f630a3e604
commit 02b192d6ee
3 changed files with 5 additions and 7 deletions

View File

@@ -181,7 +181,7 @@ static void help_draw_chat(ToxWindow *self)
wprintw(win, " /call : Audio call\n");
wprintw(win, " /cancel : Cancel call\n");
wprintw(win, " /answer : Answer incomming call\n");
wprintw(win, " /answer : Answer incoming call\n");
wprintw(win, " /reject : Reject incoming call\n");
wprintw(win, " /hangup : Hangup active call\n");
wprintw(win, " /sdev <type> <id> : Change active device\n");