diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-07-28 21:22:28 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-07-28 21:22:28 +0000 |
commit | 486f4b964fc98019f0ba8d90843df3b32d84244a (patch) | |
tree | 687c080564e78ccb2a93c97ec04a07a8840349e7 | |
parent | 268e402671d9dda2cebfc16fefae51f75c250006 (diff) |
optionnal -> optional.
-rw-r--r-- | sys/ufs/ext2fs/ext2fs_vfsops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ufs/ext2fs/ext2fs_vfsops.c b/sys/ufs/ext2fs/ext2fs_vfsops.c index be42b2defbe..642acd632f9 100644 --- a/sys/ufs/ext2fs/ext2fs_vfsops.c +++ b/sys/ufs/ext2fs/ext2fs_vfsops.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ext2fs_vfsops.c,v 1.23 2002/04/23 18:54:12 espie Exp $ */ +/* $OpenBSD: ext2fs_vfsops.c,v 1.24 2002/07/28 21:22:27 fgsch Exp $ */ /* $NetBSD: ext2fs_vfsops.c,v 1.1 1997/06/11 09:34:07 bouyer Exp $ */ /* @@ -1087,7 +1087,7 @@ ext2fs_checksb(fs, ronly) } if (fs2h32(fs->e2fs_features_incompat) & ~EXT2F_INCOMPAT_SUPP) { - printf("Ext2 fs: unsupported optionnal feature\n"); + printf("Ext2 fs: unsupported optional feature\n"); return (EINVAL); /* XXX needs translation */ } if (!ronly && fs2h32(fs->e2fs_features_rocompat) & |