diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-02-09 17:14:44 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-02-09 17:14:44 +0000 |
commit | 5a79c60ffa85cfe512cdedb540f7732f9e3468db (patch) | |
tree | 8d4946213125dcb411c61b6ab2167cf68ac5cd2a /bin/pax/ftree.c | |
parent | a7605dcc6733a8497f422a90ec0c6b1fcd76b3d4 (diff) |
no need to revert a change that just fixed a typo
Diffstat (limited to 'bin/pax/ftree.c')
-rw-r--r-- | bin/pax/ftree.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/pax/ftree.c b/bin/pax/ftree.c index 6a52660c519..09b8b6e001b 100644 --- a/bin/pax/ftree.c +++ b/bin/pax/ftree.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ftree.c,v 1.11 2001/02/09 14:04:33 espie Exp $ */ +/* $OpenBSD: ftree.c,v 1.12 2001/02/09 17:14:43 millert Exp $ */ /* $NetBSD: ftree.c,v 1.4 1995/03/21 09:07:21 cgd Exp $ */ /*- @@ -42,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)ftree.c 8.2 (Berkeley) 4/18/94"; #else -static char rcsid[] = "$OpenBSD: ftree.c,v 1.11 2001/02/09 14:04:33 espie Exp $"; +static char rcsid[] = "$OpenBSD: ftree.c,v 1.12 2001/02/09 17:14:43 millert Exp $"; #endif #endif /* not lint */ @@ -171,7 +171,7 @@ ftree_add(str, chflg) * simple check for bad args */ if ((str == NULL) || (*str == '\0')) { - paxwarn(0, "Invalid file name arguement"); + paxwarn(0, "Invalid file name argument"); return(-1); } |