diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-09-19 10:58:09 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-09-19 10:58:09 +0000 |
commit | 069129fa3dc05a0a58ae70a73696d129ecfdfbef (patch) | |
tree | 443cca5dca37d3a0532829c41e46e95006b5a6b5 /bin/pax/buf_subs.c | |
parent | 6164249d06252e2101a730993f4440c8965e58da (diff) |
occured->occurred
idea from deraadt@ via NetBSD
millert@ ok
p.s. Next commit will fix a typo in the sys/
Diffstat (limited to 'bin/pax/buf_subs.c')
-rw-r--r-- | bin/pax/buf_subs.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/pax/buf_subs.c b/bin/pax/buf_subs.c index 2aa67c87375..056e3a6abcd 100644 --- a/bin/pax/buf_subs.c +++ b/bin/pax/buf_subs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: buf_subs.c,v 1.8 2001/05/16 03:04:55 mickey Exp $ */ +/* $OpenBSD: buf_subs.c,v 1.9 2001/09/19 10:58:07 mpech Exp $ */ /* $NetBSD: buf_subs.c,v 1.5 1995/03/21 09:07:08 cgd Exp $ */ /*- @@ -42,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)buf_subs.c 8.2 (Berkeley) 4/18/94"; #else -static char rcsid[] = "$OpenBSD: buf_subs.c,v 1.8 2001/05/16 03:04:55 mickey Exp $"; +static char rcsid[] = "$OpenBSD: buf_subs.c,v 1.9 2001/09/19 10:58:07 mpech Exp $"; #endif #endif /* not lint */ @@ -597,7 +597,7 @@ rd_wrbuf(in, cpcnt) /* * read error, return what we got (or the error if * no data was copied). The caller must know that an - * error occured and has the best knowledge what to + * error occurred and has the best knowledge what to * do with it */ if ((res = cpcnt - incnt) > 0) |