Skip to content

Commit 5e37763

Browse files
committed
Merge pull request #94 from lehitoskin/spellcheck
SPELLING IS FOR FOOLS
2 parents cc35139 + 93fb961 commit 5e37763

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/chat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ void chat_onInvite (ToxWindow *self, ToxAv *av)
348348

349349
ChatContext *ctx = self->chatwin;
350350

351-
wprintw(ctx->history, "Incomming audio call!\n"
351+
wprintw(ctx->history, "Incoming audio call!\n"
352352
"Answer: \"/answer\" \"/cancel\"\n");
353353

354354
alert_window(self, WINDOW_ALERT_0, true);

0 commit comments

Comments
 (0)