diff options
Diffstat (limited to 'call')
-rw-r--r-- | call/call.c | 2 | ||||
-rw-r--r-- | call/menu.c | 2 |
2 files changed, 2 insertions, 2 deletions
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) */ |