diff options
-rw-r--r-- | bin/pax/buf_subs.c | 4 | ||||
-rw-r--r-- | bin/pax/cache.c | 4 |
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(""); |