Fix typo in PortableExecutable Printer (#11)

This commit is contained in:
TheRogueArchivist
2024-07-12 09:08:50 -06:00
committed by GitHub
parent 4bb3f625dd
commit b878e59e2e

View File

@@ -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");