From ca829633d6d1dd5387d8f20985f844d364fdc74c Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 29 Nov 2002 20:15:44 +0000 Subject: inconsistant spelling; torh@bogus.net --- bin/pax/pat_rep.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/pax') 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; -- cgit v1.2.3