summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-11-29 20:15:44 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-11-29 20:15:44 +0000
commitca829633d6d1dd5387d8f20985f844d364fdc74c (patch)
tree92394a07a04d38ffdaba652672712a9f2f0781cb /bin
parent4d028446ac5e1424a6869b14b5a3a356bbb296c0 (diff)
inconsistant spelling; torh@bogus.net
Diffstat (limited to 'bin')
-rw-r--r--bin/pax/pat_rep.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/pax/pat_rep.c b/bin/pax/pat_rep.c
index e32812d73bb..91fa6b7f955 100644
--- a/bin/pax/pat_rep.c
+++ b/bin/pax/pat_rep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pat_rep.c,v 1.22 2002/10/16 19:20:02 millert Exp $ */
+/* $OpenBSD: pat_rep.c,v 1.23 2002/11/29 20:15:43 deraadt Exp $ */
/* $NetBSD: pat_rep.c,v 1.4 1995/03/21 09:07:33 cgd Exp $ */
/*-
@@ -42,7 +42,7 @@
#if 0
static const char sccsid[] = "@(#)pat_rep.c 8.2 (Berkeley) 4/18/94";
#else
-static const char rcsid[] = "$OpenBSD: pat_rep.c,v 1.22 2002/10/16 19:20:02 millert Exp $";
+static const char rcsid[] = "$OpenBSD: pat_rep.c,v 1.23 2002/11/29 20:15:43 deraadt Exp $";
#endif
#endif /* not lint */
@@ -400,7 +400,7 @@ pat_sel(ARCHD *arcn)
/*
* should never happen....
*/
- paxwarn(1, "Pattern list inconsistant");
+ paxwarn(1, "Pattern list inconsistent");
return(-1);
}
*ppt = pt->fow;