summaryrefslogtreecommitdiff
path: root/bin/ksh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ksh')
-rw-r--r--bin/ksh/io.c4
-rw-r--r--bin/ksh/lex.h4
-rw-r--r--bin/ksh/trap.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/bin/ksh/io.c b/bin/ksh/io.c
index 05e5490f68d..7113d6fa0b4 100644
--- a/bin/ksh/io.c
+++ b/bin/ksh/io.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: io.c,v 1.9 2000/08/20 22:14:32 millert Exp $ */
+/* $OpenBSD: io.c,v 1.10 2001/09/19 10:58:07 mpech Exp $ */
/*
* shell buffered IO and formatted output
@@ -15,7 +15,7 @@ static int initio_done;
*/
-/* A shell error occured (eg, syntax error, etc.) */
+/* A shell error occurred (eg, syntax error, etc.) */
void
#ifdef HAVE_PROTOTYPES
errorf(const char *fmt, ...)
diff --git a/bin/ksh/lex.h b/bin/ksh/lex.h
index 334e46ca6eb..83e9e941c6b 100644
--- a/bin/ksh/lex.h
+++ b/bin/ksh/lex.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: lex.h,v 1.5 1999/06/15 01:18:35 millert Exp $ */
+/* $OpenBSD: lex.h,v 1.6 2001/09/19 10:58:07 mpech Exp $ */
/*
* Source input, lexer and parser
@@ -22,7 +22,7 @@ struct source {
char ugbuf[2]; /* buffer for ungetsc() (SREREAD) and
* alias (SALIAS) */
int line; /* line number */
- int errline; /* line the error occured on (0 if not set) */
+ int errline; /* line the error occurred on (0 if not set) */
const char *file; /* input file name */
int flags; /* SF_* */
Area *areap;
diff --git a/bin/ksh/trap.c b/bin/ksh/trap.c
index c7df99ade92..7ed32e84e19 100644
--- a/bin/ksh/trap.c
+++ b/bin/ksh/trap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: trap.c,v 1.10 1999/01/19 20:41:56 millert Exp $ */
+/* $OpenBSD: trap.c,v 1.11 2001/09/19 10:58:07 mpech Exp $ */
/*
* signal handling
@@ -171,7 +171,7 @@ fatal_trap_check()
}
/* Returns the signal number of any pending traps: ie, a signal which has
- * occured for which a trap has been set or for which the TF_DFL_INTR flag
+ * occurred for which a trap has been set or for which the TF_DFL_INTR flag
* is set.
*/
int