From afc4a5faa01a24c4da1d152b901066405f36adb6 Mon Sep 17 00:00:00 2001 From: Thomas Osterried Date: Sat, 13 May 2023 21:16:08 +0200 Subject: Fixed spelling erorrs. Signed-off-by: Thomas Osterried --- call/call.c | 2 +- call/menu.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'call') diff --git a/call/call.c b/call/call.c index ded9b12..1268429 100644 --- a/call/call.c +++ b/call/call.c @@ -520,7 +520,7 @@ static void drawinbuf(WINDOW *w, wchar_t *string, int bytes, int cur_pos) x = xpos; cursorx = xpos; - // cur_pos-1 = the chracter that was just added. + // cur_pos-1 = the character that was just added. for (n=cur_pos-2;n>=0;n--) { /* * Move x position to start of string or 0 diff --git a/call/menu.c b/call/menu.c index 05ea00b..378b204 100644 --- a/call/menu.c +++ b/call/menu.c @@ -1,7 +1,7 @@ /* * menu (c)1995 Alexander Tietzel (DG6XA) * little Menu-System for use with ncurses - * date activity autor + * date activity author * 22.07.1995 wininfo->wint (vector->single chain) Alexander Tietzel (DG6XA) * 25.07.1995 some minor changes Alexander Tietzel (DG6XA) */ -- cgit v1.2.3