diff options
| author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-02-06 12:05:58 +0000 |
|---|---|---|
| committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-02-06 12:05:58 +0000 |
| commit | 2fa72ea7d46fdb024d4cac1f57fb7a76dbac2233 (patch) | |
| tree | d36000c1280171619b92f8ea6ea8042da05534c8 /lib | |
| parent | a3573c66790ca96c147917b90b60ef1c3bbcf4fb (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libstand/ext2fs.c | 2 | ||||
| -rw-r--r-- | lib/libz/minigzip.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libstand/ext2fs.c b/lib/libstand/ext2fs.c index 1303255486aee..6c05cf5a5cfa0 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 */ diff --git a/lib/libz/minigzip.c b/lib/libz/minigzip.c index e8a61b13e7112..7c72464153587 100644 --- a/lib/libz/minigzip.c +++ b/lib/libz/minigzip.c @@ -300,7 +300,7 @@ int main(argc, argv) while (argc > 0) { if (strcmp(*argv, "-c") == 0) - ; /* Just for compatability with gzip */ + ; /* Just for compatibility with gzip */ else if (strcmp(*argv, "-d") == 0) uncompr = 1; else if (strcmp(*argv, "-f") == 0) |
