diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 1997-11-15 21:51:34 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 1997-11-15 21:51:34 +0000 |
commit | 9884a4e00c5657b271d46b377d552a0131f751e6 (patch) | |
tree | 0e881002779f355f1ac806db847601d26a458929 /bin/csh/error.c | |
parent | a4bbc1ba8bb5cd669465805bc531052ff058b9fc (diff) |
spelling
Diffstat (limited to 'bin/csh/error.c')
-rw-r--r-- | bin/csh/error.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/csh/error.c b/bin/csh/error.c index 0900bfa5c20..a6edb98a91a 100644 --- a/bin/csh/error.c +++ b/bin/csh/error.c @@ -1,4 +1,4 @@ -/* $OpenBSD: error.c,v 1.1 1997/09/22 05:09:14 millert Exp $ */ +/* $OpenBSD: error.c,v 1.2 1997/11/15 21:51:28 todd Exp $ */ /* $NetBSD: err.c,v 1.6 1995/03/21 09:02:47 cgd Exp $ */ /*- @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)err.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$OpenBSD: error.c,v 1.1 1997/09/22 05:09:14 millert Exp $"; +static char rcsid[] = "$OpenBSD: error.c,v 1.2 1997/11/15 21:51:28 todd Exp $"; #endif #endif /* not lint */ @@ -330,7 +330,7 @@ seterror(id, va_alist) * in bname * * This routine always resets or exits. The flag haderr - * is set so the routine who catches the unwind can propogate + * is set so the routine who catches the unwind can propagate * it if they want. * * Note that any open files at the point of error will eventually |