mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-22 20:43:02 +01:00
typo and slight word change
This commit is contained in:
parent
bd3c14104a
commit
051069606b
@ -118,7 +118,7 @@ static void print_chat_help(ChatContext *ctx)
|
||||
wprintw(ctx->history, " /help : Print this message again\n");
|
||||
|
||||
wattron(ctx->history, A_BOLD);
|
||||
wprintw(ctx->history, "\n * Command argument messages must be enclosed in quotation marks.\n");
|
||||
wprintw(ctx->history, "\n * Argument messages must be enclosed in quotation marks.\n");
|
||||
wattroff(ctx->history, A_BOLD);
|
||||
|
||||
wattroff(ctx->history, COLOR_PAIR(CYAN));
|
||||
|
@ -192,7 +192,7 @@ void cmd_groupchat(WINDOW *window, ToxWindow *prompt, Tox *m, int argc, char **a
|
||||
int groupnum = tox_add_groupchat(m);
|
||||
|
||||
if (groupnum == -1) {
|
||||
wprintw(window, "Group chat instnace failed to initialize.\n");
|
||||
wprintw(window, "Group chat instance failed to initialize.\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -88,7 +88,7 @@ static void print_groupchat_help(ChatContext *ctx)
|
||||
wprintw(ctx->history, " /help : Print this message again\n");
|
||||
|
||||
wattron(ctx->history, A_BOLD);
|
||||
wprintw(ctx->history, "\n * Command argument messages must be enclosed in quotation marks.\n");
|
||||
wprintw(ctx->history, "\n * Argument messages must be enclosed in quotation marks.\n");
|
||||
wattroff(ctx->history, A_BOLD);
|
||||
|
||||
wattroff(ctx->history, COLOR_PAIR(CYAN));
|
||||
|
@ -99,7 +99,7 @@ static void print_prompt_help(ToxWindow *self)
|
||||
wprintw(self->window, " /clear : Clear this window\n");
|
||||
|
||||
wattron(self->window, A_BOLD);
|
||||
wprintw(self->window, " * Command argument messages must be enclosed in quotation marks.\n");
|
||||
wprintw(self->window, " * Argument messages must be enclosed in quotation marks.\n");
|
||||
wprintw(self->window, " * Use the TAB key to navigate through the tabs.\n");
|
||||
wattroff(self->window, A_BOLD);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user