Skip to content

Commit

Permalink
Fix "Verifiying" typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbainbridge committed Nov 24, 2024
1 parent 338fded commit 3e0c171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shim.c
Original file line number Diff line number Diff line change
Expand Up @@ -1927,7 +1927,7 @@ efi_main (EFI_HANDLE passed_image_handle, EFI_SYSTEM_TABLE *passed_systab)

efi_status = verify_sbat_section(sbat_start, sbat_end - sbat_start - 1);
if (EFI_ERROR(efi_status)) {
perror(L"Verifiying shim SBAT data failed: %r\n",
perror(L"Verifying shim SBAT data failed: %r\n",
efi_status);
msg = SBAT_SELF_CHECK;
goto die;
Expand Down

0 comments on commit 3e0c171

Please sign in to comment.