summaryrefslogtreecommitdiff
path: root/shim.c
diff options
context:
space:
mode:
authorChris Bainbridge <chris.bainbridge@gmail.com>2024-11-24 18:36:01 +0000
committerSteve McIntyre <48764113+steve-mcintyre@users.noreply.github.com>2024-11-24 20:25:00 +0000
commit3d1dcd4b28f66581cd26ce30006e118ac37664d1 (patch)
tree375e6cf4cbefb106d8faf2c192b9061e2f69238e /shim.c
parent338fded6cf8a4388562a532faba0862a204bc456 (diff)
downloadefi-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shim.c b/shim.c
index 47c44d59..b9d33d6b 100644
--- a/shim.c
+++ b/shim.c
@@ -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;