mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-08 00:36:34 +01:00
typo and slight word change
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user