1
0
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:
Jfreegman
2013-09-24 16:18:22 -04:00
parent bd3c14104a
commit 051069606b
4 changed files with 4 additions and 4 deletions

View File

@@ -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;
}