diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-14 21:35:02 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-14 21:35:02 +0000 |
commit | 592b4684a393f187ed17f2dbde89e7e974b93bec (patch) | |
tree | 27021a1a3a7da6ee5ba8051ad9cddf8203ff8263 /usr.bin/error/input.c | |
parent | 44ce7129fce40e129e05c87cdc90ad808c587ea4 (diff) |
spelling; from Brian Poole <raj@cerias.purdue.edu>
Diffstat (limited to 'usr.bin/error/input.c')
-rw-r--r-- | usr.bin/error/input.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/error/input.c b/usr.bin/error/input.c index 75aa24cc5b6..c8989ffa6b9 100644 --- a/usr.bin/error/input.c +++ b/usr.bin/error/input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: input.c,v 1.3 2001/07/12 05:17:02 deraadt Exp $ */ +/* $OpenBSD: input.c,v 1.4 2002/06/14 21:35:00 todd Exp $ */ /* $NetBSD: input.c,v 1.4 1995/09/10 15:55:13 christos Exp $ */ /* @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)input.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$OpenBSD: input.c,v 1.3 2001/07/12 05:17:02 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: input.c,v 1.4 2002/06/14 21:35:00 todd Exp $"; #endif /* not lint */ #include <stdio.h> @@ -89,7 +89,7 @@ eaterrors(r_errorc, r_errorv) line[inbuflen] = '\0'; wordvbuild(line, &wordc, &wordv); /* - * for convience, convert wordv to be 1 based, instead + * for convenience, convert wordv to be 1 based, instead * of 0 based. */ wordv -= 1; |