summaryrefslogtreecommitdiff
path: root/bin/pax/cache.c
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-10-20 06:22:28 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-10-20 06:22:28 +0000
commit6fc855659d4e17c040b0029728fd1c1eb9c1fccd (patch)
treef3f97d3a63192b4cf281035c580d4006094991e1 /bin/pax/cache.c
parent848f115f2011b4a30f47fc093e6f530cb4fbd9d9 (diff)
typos from Jared Yanovich;
Diffstat (limited to 'bin/pax/cache.c')
-rw-r--r--bin/pax/cache.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/pax/cache.c b/bin/pax/cache.c
index 3508267caa4..aa2170edebc 100644
--- a/bin/pax/cache.c
+++ b/bin/pax/cache.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cache.c,v 1.15 2003/08/08 01:39:52 millert Exp $ */
+/* $OpenBSD: cache.c,v 1.16 2003/10/20 06:22:27 jmc Exp $ */
/* $NetBSD: cache.c,v 1.4 1995/03/21 09:07:10 cgd Exp $ */
/*-
@@ -38,7 +38,7 @@
#if 0
static const char sccsid[] = "@(#)cache.c 8.1 (Berkeley) 5/31/93";
#else
-static const char rcsid[] = "$OpenBSD: cache.c,v 1.15 2003/08/08 01:39:52 millert Exp $";
+static const char rcsid[] = "$OpenBSD: cache.c,v 1.16 2003/10/20 06:22:27 jmc Exp $";
#endif
#endif /* not lint */
@@ -209,7 +209,7 @@ name_uid(uid_t uid, int frc)
if ((pw = getpwuid(uid)) == NULL) {
/*
* no match for this uid in the local password file
- * a string that is the uid in numberic format
+ * a string that is the uid in numeric format
*/
if (ptr == NULL)
return("");