diff --git a/SCSI/EVPD.cs b/SCSI/EVPD.cs
index 02f159068..8704d47f9 100644
--- a/SCSI/EVPD.cs
+++ b/SCSI/EVPD.cs
@@ -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)
{
diff --git a/SCSI/Enums.cs b/SCSI/Enums.cs
index ec7abb3e5..d44babb65 100644
--- a/SCSI/Enums.cs
+++ b/SCSI/Enums.cs
@@ -141,7 +141,7 @@ namespace DiscImageChef.Decoders.SCSI
///
/// Host managed zoned block device
///
- SCSIZonedBlockDEvice = 0x14,
+ SCSIZonedBlockDevice = 0x14,
///
/// Well known logical unit
///
diff --git a/SCSI/Inquiry.cs b/SCSI/Inquiry.cs
index fc8881bfc..3e71da26a 100644
--- a/SCSI/Inquiry.cs
+++ b/SCSI/Inquiry.cs
@@ -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,