From 713dd62834d401cc7b9b394a4b916ab9e5e3d4d5 Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 8 May 1999 10:22:15 +0000 Subject: Various spelling/formatting changes. Submitted by: Philippe Charnier --- bin/pax/tables.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/pax/tables.h') diff --git a/bin/pax/tables.h b/bin/pax/tables.h index 5c20776..a7c73be 100644 --- a/bin/pax/tables.h +++ b/bin/pax/tables.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)tables.h 8.1 (Berkeley) 5/31/93 - * $Id$ + * $Id: tables.h,v 1.5 1997/02/22 14:04:44 peter Exp $ */ /* @@ -80,7 +80,7 @@ typedef struct hrdlnk { typedef struct ftm { int namelen; /* file name length */ time_t mtime; /* files last modification time */ - off_t seek; /* loacation in scratch file */ + off_t seek; /* location in scratch file */ struct ftm *fow; } FTM; -- cgit v1.1