summaryrefslogtreecommitdiff
path: root/bin/pax
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2009-12-22 12:09:37 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2009-12-22 12:09:37 +0000
commitab50b49f29492210cd0e001afb7131a540e440cb (patch)
treea07e0f17684e7456abaaca6162337a37888f9e6b /bin/pax
parent974a2846d86f5d8a78fd9b70c5c7bf882961db7c (diff)
- two more typo's spotted by Brad Tilley
Diffstat (limited to 'bin/pax')
-rw-r--r--bin/pax/buf_subs.c4
-rw-r--r--bin/pax/cache.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/pax/buf_subs.c b/bin/pax/buf_subs.c
index f64416cb146..2417233f8c1 100644
--- a/bin/pax/buf_subs.c
+++ b/bin/pax/buf_subs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: buf_subs.c,v 1.22 2009/10/27 23:59:22 deraadt Exp $ */
+/* $OpenBSD: buf_subs.c,v 1.23 2009/12/22 12:09:36 jasper Exp $ */
/* $NetBSD: buf_subs.c,v 1.5 1995/03/21 09:07:08 cgd Exp $ */
/*-
@@ -943,7 +943,7 @@ buf_flush(int bufcnt)
} else if (cnt > 0) {
/*
* Oh drat we got a partial write!
- * if format doesnt care about alignment let it go,
+ * if format does not care about alignment let it go,
* we warned the user in ar_write().... but this means
* the last record on this volume violates pax spec....
*/
diff --git a/bin/pax/cache.c b/bin/pax/cache.c
index c15d61a79d0..0e1b591ba31 100644
--- a/bin/pax/cache.c
+++ b/bin/pax/cache.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cache.c,v 1.18 2009/10/27 23:59:22 deraadt Exp $ */
+/* $OpenBSD: cache.c,v 1.19 2009/12/22 12:09:36 jasper Exp $ */
/* $NetBSD: cache.c,v 1.4 1995/03/21 09:07:10 cgd Exp $ */
/*-
@@ -267,7 +267,7 @@ name_gid(gid_t gid, int frc)
if ((gr = getgrgid(gid)) == NULL) {
/*
* no match for this gid in the local group file, put in
- * a string that is the gid in numberic format
+ * a string that is the gid in numeric format
*/
if (ptr == NULL)
return("");