diff --git a/src/chat.c b/src/chat.c index 5742f85..6c2f894 100644 --- a/src/chat.c +++ b/src/chat.c @@ -348,7 +348,7 @@ void chat_onInvite (ToxWindow *self, ToxAv *av) ChatContext *ctx = self->chatwin; - wprintw(ctx->history, "Incomming audio call!\n" + wprintw(ctx->history, "Incoming audio call!\n" "Answer: \"/answer\" \"/cancel\"\n"); alert_window(self, WINDOW_ALERT_0, true);