mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix typos and add new words to dictionary.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user