summaryrefslogtreecommitdiff
path: root/bin/pax/buf_subs.c
diff options
context:
space:
mode:
authorMike Pechkin <mpech@cvs.openbsd.org>2001-09-19 10:58:09 +0000
committerMike Pechkin <mpech@cvs.openbsd.org>2001-09-19 10:58:09 +0000
commit069129fa3dc05a0a58ae70a73696d129ecfdfbef (patch)
tree443cca5dca37d3a0532829c41e46e95006b5a6b5 /bin/pax/buf_subs.c
parent6164249d06252e2101a730993f4440c8965e58da (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.c6
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)