summaryrefslogtreecommitdiff
path: root/src/ansi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ansi.c')
-rw-r--r--src/ansi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ansi.c b/src/ansi.c
index 27983bb..734504d 100644
--- a/src/ansi.c
+++ b/src/ansi.c
@@ -1649,7 +1649,7 @@ PrintStart()
{
curr->w_pdisplay = 0;
- /* find us a nice display to print on, fore prefered */
+ /* find us a nice display to print on, fore preferred */
display = curr->w_lastdisp;
if (!(display && curr == D_fore && (printcmd || D_PO)))
for (display = displays; display; display = display->d_next)
@@ -2340,7 +2340,7 @@ char *fmt;
int n1, n2;
{
register int len;
- char rbuf[40]; /* enough room for all replys */
+ char rbuf[40]; /* enough room for all replies */
sprintf(rbuf, fmt, n1, n2);
len = strlen(rbuf);