summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-11-29 09:27:36 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-11-29 09:27:36 +0000
commit36b5e219fd88986592e92468b60f222f9c68769a (patch)
treef11329f78d900d2d95c12b7818d413243aa705ee /bin
parentb41241a44179e201aa45aa46d748473621bd8bc3 (diff)
Foward; torh@bogus.net
Diffstat (limited to 'bin')
-rw-r--r--bin/pax/ar_io.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/pax/ar_io.c b/bin/pax/ar_io.c
index 380378a1971..7c631058deb 100644
--- a/bin/pax/ar_io.c
+++ b/bin/pax/ar_io.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ar_io.c,v 1.30 2002/10/18 15:38:11 millert Exp $ */
+/* $OpenBSD: ar_io.c,v 1.31 2002/11/29 09:27:34 deraadt Exp $ */
/* $NetBSD: ar_io.c,v 1.5 1996/03/26 23:54:13 mrg Exp $ */
/*-
@@ -42,7 +42,7 @@
#if 0
static const char sccsid[] = "@(#)ar_io.c 8.2 (Berkeley) 4/18/94";
#else
-static const char rcsid[] = "$OpenBSD: ar_io.c,v 1.30 2002/10/18 15:38:11 millert Exp $";
+static const char rcsid[] = "$OpenBSD: ar_io.c,v 1.31 2002/11/29 09:27:34 deraadt Exp $";
#endif
#endif /* not lint */
@@ -844,7 +844,7 @@ ar_fow(off_t sksz, off_t *skipped)
if (lseek(arfd, mpos, SEEK_SET) >= 0)
return(0);
}
- syswarn(1, errno, "Foward positioning operation on archive failed");
+ syswarn(1, errno, "Forward positioning operation on archive failed");
lstrval = -1;
return(-1);
}