diff options
| author | Chris Bainbridge <chris.bainbridge@gmail.com> | 2024-11-24 18:36:01 +0000 |
|---|---|---|
| committer | Steve McIntyre <48764113+steve-mcintyre@users.noreply.github.com> | 2024-11-24 20:25:00 +0000 |
| commit | 3d1dcd4b28f66581cd26ce30006e118ac37664d1 (patch) | |
| tree | 375e6cf4cbefb106d8faf2c192b9061e2f69238e /shim.c | |
| parent | 338fded6cf8a4388562a532faba0862a204bc456 (diff) | |
| download | efi-boot-shim-3d1dcd4b28f66581cd26ce30006e118ac37664d1.tar.gz efi-boot-shim-3d1dcd4b28f66581cd26ce30006e118ac37664d1.zip | |
Fix "Verifiying" typo in error message
Signed-off-by: Chris Bainbridge <chris.bainbridge@gmail.com>
Diffstat (limited to 'shim.c')
| -rw-r--r-- | shim.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
