diff --git a/SabreTools.Serialization/Printers/PortableExecutable.cs b/SabreTools.Serialization/Printers/PortableExecutable.cs index 3ea201c6..a21bcbb2 100644 --- a/SabreTools.Serialization/Printers/PortableExecutable.cs +++ b/SabreTools.Serialization/Printers/PortableExecutable.cs @@ -254,7 +254,7 @@ namespace SabreTools.Serialization.Printers } if (header.DelayImportDescriptor != null) { - builder.AppendLine(" Delay Import Descriptior (14)"); + builder.AppendLine(" Delay Import Descriptor (14)"); builder.AppendLine(header.DelayImportDescriptor.VirtualAddress, " Virtual address"); builder.AppendLine(header.DelayImportDescriptor.VirtualAddress.ConvertVirtualAddress(table), " Physical address"); builder.AppendLine(header.DelayImportDescriptor.Size, " Size");