From 92663fd907b60160b7398156e18211f9dd927112 Mon Sep 17 00:00:00 2001 From: charnier Date: Tue, 11 Dec 2001 18:24:59 +0000 Subject: Spelling --- sbin/fsck_ffs/preen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/fsck_ffs') diff --git a/sbin/fsck_ffs/preen.c b/sbin/fsck_ffs/preen.c index aee801e..62dc3d8 100644 --- a/sbin/fsck_ffs/preen.c +++ b/sbin/fsck_ffs/preen.c @@ -57,7 +57,7 @@ struct part { struct part *next; /* forward link of partitions on disk */ char *name; /* device name */ char *fsname; /* mounted filesystem name */ - long auxdata; /* auxillary data for application */ + long auxdata; /* auxiliary data for application */ } *badlist, **badnext = &badlist; struct disk { -- cgit v1.1