From 2fa72ea7d46fdb024d4cac1f57fb7a76dbac2233 Mon Sep 17 00:00:00 2001 From: Jeroen Ruigrok van der Werven Date: Tue, 6 Feb 2001 12:05:58 +0000 Subject: Fix typo: compatability -> compatibility. Compatability is not an existing english word. --- lib/libstand/ext2fs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libstand') diff --git a/lib/libstand/ext2fs.c b/lib/libstand/ext2fs.c index 1303255486ae..6c05cf5a5cfa 100644 --- a/lib/libstand/ext2fs.c +++ b/lib/libstand/ext2fs.c @@ -199,7 +199,7 @@ struct ext2fs_disk { u_int16_t fd_nblkgrp; /* block group # of superblock */ u_int32_t fd_fcompat; /* compatible features */ u_int32_t fd_fincompat; /* incompatible features */ - u_int32_t fd_frocompat; /* read-only compatabilties */ + u_int32_t fd_frocompat; /* read-only compatibilties */ u_int8_t fd_uuid[16]; /* volume uuid */ char fd_volname[16]; /* volume name */ char fd_fsmnt[64]; /* name last mounted on */ -- cgit v1.3