Corrected typo on SCSI peripheral device types.

This commit is contained in:
2017-12-15 01:14:28 +00:00
parent 89234befb3
commit 10054f1de2
4 changed files with 4 additions and 4 deletions

View File

@@ -355,7 +355,7 @@ namespace DiscImageChef.Decoders.SCSI
case PeripheralDeviceTypes.SCSISecurityManagerDevice: //0x13,
sb.AppendLine("Security Manager Device");
break;
case PeripheralDeviceTypes.SCSIZonedBlockDEvice: //0x14
case PeripheralDeviceTypes.SCSIZonedBlockDevice: //0x14
sb.AppendLine("Host managed zoned block device");
break;
case PeripheralDeviceTypes.WellKnownDevice: //0x1E,