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

@@ -168,7 +168,7 @@ public sealed class BTRFS : IFilesystem
AaruConsole.DebugWriteLine("BTRFS Plugin", "btrfsSb.dev_item.seek_speed = {0}", btrfsSb.dev_item.seek_speed);
AaruConsole.DebugWriteLine("BTRFS Plugin", "btrfsSb.dev_item.bandwitdh = {0}", btrfsSb.dev_item.bandwitdh);
AaruConsole.DebugWriteLine("BTRFS Plugin", "btrfsSb.dev_item.bandwidth = {0}", btrfsSb.dev_item.bandwidth);
AaruConsole.DebugWriteLine("BTRFS Plugin", "btrfsSb.dev_item.device_uuid = {0}", btrfsSb.dev_item.device_uuid);
@@ -269,7 +269,7 @@ public sealed class BTRFS : IFilesystem
public readonly ulong start_offset;
public readonly uint dev_group;
public readonly byte seek_speed;
public readonly byte bandwitdh;
public readonly byte bandwidth;
public readonly Guid device_uuid;
public readonly Guid uuid;
}