aboutsummaryrefslogtreecommitdiff
path: root/contrib/ncurses/tack/crum.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ncurses/tack/crum.c')
-rw-r--r--contrib/ncurses/tack/crum.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/ncurses/tack/crum.c b/contrib/ncurses/tack/crum.c
index 94183635b2ec..e66cc05eda1a 100644
--- a/contrib/ncurses/tack/crum.c
+++ b/contrib/ncurses/tack/crum.c
@@ -21,7 +21,7 @@
#include <tack.h>
-MODULE_ID("$Id: crum.c,v 1.2 1999/08/21 23:09:08 tom Exp $")
+MODULE_ID("$Id: crum.c,v 1.3 2000/03/04 21:09:18 tom Exp $")
/*
* Test cursor movement.
@@ -81,7 +81,7 @@ move_to(
rf = rt;
}
}
- if (sel & 4) { /* paramiterized relative cursor movement */
+ if (sel & 4) { /* parameterized relative cursor movement */
if (parm_right_cursor)
if (cf < ct) {
s = tparm(parm_right_cursor, ct - cf);