Fix typos and add new words to dictionary.

This commit is contained in:
2022-11-13 19:09:08 +00:00
parent aba872328b
commit bc362e5d4a
16 changed files with 560 additions and 17 deletions

View File

@@ -163,7 +163,7 @@ public sealed class JFS : IFilesystem
sb.AppendLine("Volume is in a big-endian system");
if(jfsSb.s_flags.HasFlag(Flags.DirIndex))
sb.AppendLine("Volume has presistent indexes");
sb.AppendLine("Volume has persistent indexes");
if(jfsSb.s_flags.HasFlag(Flags.Linux))
sb.AppendLine("Volume supports Linux");