diff mbox series

[1/1] efi_loader: typo cerificate

Message ID 20210802062250.4060-1-xypron.glpk@gmx.de
State Accepted, archived
Commit 78e6b871fdcf4bb86c6d7292a0e5d4a98e1435b6
Delegated to: Heinrich Schuchardt
Headers show
Series [1/1] efi_loader: typo cerificate | expand

Commit Message

Heinrich Schuchardt Aug. 2, 2021, 6:22 a.m. UTC
%s/cerificate/certificate/

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 lib/efi_loader/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.30.2

Comments

Ilias Apalodimas Aug. 2, 2021, 7:07 a.m. UTC | #1
Hi Heinrich,



Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>

On Mon, 2 Aug 2021 at 09:22, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>
> %s/cerificate/certificate/
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  lib/efi_loader/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/efi_loader/Makefile b/lib/efi_loader/Makefile
> index 9b369430e2..08469d9cd9 100644
> --- a/lib/efi_loader/Makefile
> +++ b/lib/efi_loader/Makefile
> @@ -23,7 +23,7 @@ endif
>  ifeq ($(CONFIG_EFI_CAPSULE_AUTHENTICATE),y)
>  EFI_CAPSULE_KEY_PATH := $(subst $\",,$(CONFIG_EFI_CAPSULE_KEY_PATH))
>  ifeq ("$(wildcard $(EFI_CAPSULE_KEY_PATH))","")
> -$(error .esl cerificate not found. Configure your CONFIG_EFI_CAPSULE_KEY_PATH)
> +$(error .esl certificate not found. Configure your CONFIG_EFI_CAPSULE_KEY_PATH)
>  endif
>  endif
>
> --
> 2.30.2
>
diff mbox series

Patch

diff --git a/lib/efi_loader/Makefile b/lib/efi_loader/Makefile
index 9b369430e2..08469d9cd9 100644
--- a/lib/efi_loader/Makefile
+++ b/lib/efi_loader/Makefile
@@ -23,7 +23,7 @@  endif
 ifeq ($(CONFIG_EFI_CAPSULE_AUTHENTICATE),y)
 EFI_CAPSULE_KEY_PATH := $(subst $\",,$(CONFIG_EFI_CAPSULE_KEY_PATH))
 ifeq ("$(wildcard $(EFI_CAPSULE_KEY_PATH))","")
-$(error .esl cerificate not found. Configure your CONFIG_EFI_CAPSULE_KEY_PATH)
+$(error .esl certificate not found. Configure your CONFIG_EFI_CAPSULE_KEY_PATH)
 endif
 endif