From d1b711af0d33713f29f583f9c9a17b54d9a90df3 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Tue, 27 Feb 2024 16:37:17 -0500 Subject: Cleaning up a typo and a missed commit. --- src/burn/engine/section.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/burn') diff --git a/src/burn/engine/section.cpp b/src/burn/engine/section.cpp index 989bfb17..fd3ce92c 100644 --- a/src/burn/engine/section.cpp +++ b/src/burn/engine/section.cpp @@ -369,7 +369,7 @@ HRESULT VerifySectionMatchesMemoryPEHeader( if (sizeof(BURN_SECTION_HEADER) > pSectionHeader->SizeOfRawData) { hr = HRESULT_FROM_WIN32(ERROR_INVALID_DATA); - ExitOnRootFailure(hr, "Failed to read section info, data to short: %u", pSectionHeader->SizeOfRawData); + ExitOnRootFailure(hr, "Failed to read section info, data too short: %u", pSectionHeader->SizeOfRawData); } // Get Burn section info. -- cgit v1.2.3-55-g6feb