diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-02-09 23:01:01 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-02-09 23:01:01 +0000 |
commit | 608ae019ee338786b4d9aef80596c07cb6f36f17 (patch) | |
tree | 46278a9ea9622d11e5286565041e4bb6d94fa7d9 /bin | |
parent | 95ed493447f47aa3e13bae3e21626833cc6ddc35 (diff) |
another typo
Diffstat (limited to 'bin')
-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 09b8b6e001b..2e55860fde1 100644 --- a/bin/pax/ftree.c +++ b/bin/pax/ftree.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ftree.c,v 1.12 2001/02/09 17:14:43 millert Exp $ */ +/* $OpenBSD: ftree.c,v 1.13 2001/02/09 23:01:00 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.12 2001/02/09 17:14:43 millert Exp $"; +static char rcsid[] = "$OpenBSD: ftree.c,v 1.13 2001/02/09 23:01:00 millert Exp $"; #endif #endif /* not lint */ @@ -321,7 +321,7 @@ ftree_arg() *pt = '\0'; } else { /* - * the user supplied the file args as arguements to pax + * the user supplied the file args as arguments to pax */ if (ftcur == NULL) ftcur = fthead; |