summaryrefslogtreecommitdiffstats
path: root/call
diff options
context:
space:
mode:
authorThomas Osterried <ax25@x-berg.in-berlin.de>2023-05-13 21:16:08 +0200
committerThomas Osterried <ax25@x-berg.in-berlin.de>2023-05-13 21:16:08 +0200
commitafc4a5faa01a24c4da1d152b901066405f36adb6 (patch)
tree4fafe8bd5513b7bdd72c90faa69a00051cbf1d1a /call
parent2a50dcc14d3ace8dee5c1a0d5a3216c7b6ec3ee9 (diff)
Fixed spelling erorrs.HEADmaster
Signed-off-by: Thomas Osterried <dl9sau@darc.de>
Diffstat (limited to 'call')
-rw-r--r--call/call.c2
-rw-r--r--call/menu.c2
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)
*/