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

@@ -1177,7 +1177,7 @@ namespace DiscImageChef.Decoders.SCSI
sb.AppendLine("SCSI Extended INQUIRY Data:");
if(page.PeripheralDeviceType == PeripheralDeviceTypes.DirectAccess ||
page.PeripheralDeviceType == PeripheralDeviceTypes.SCSIZonedBlockDEvice)
page.PeripheralDeviceType == PeripheralDeviceTypes.SCSIZonedBlockDevice)
{
switch(page.SPT)
{