From: Yu Watanabe Date: Fri, 2 Aug 2024 20:49:53 +0000 (+0900) Subject: boot: fix typo X-Git-Tag: v257-rc1~762 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb8072ee48c2f1a9761dc7b422eac49b05e74d6d;p=thirdparty%2Fsystemd.git boot: fix typo Follow-up for dcac1e4a9ba231d8e88d36dbecf3d8b6c9b07cb2. --- diff --git a/src/boot/efi/stub.c b/src/boot/efi/stub.c index 61b96f46f06..bad042c9e0d 100644 --- a/src/boot/efi/stub.c +++ b/src/boot/efi/stub.c @@ -834,7 +834,7 @@ static void install_embedded_devicetree( (const uint8_t*) loaded_image->ImageBase + sections[UNIFIED_SECTION_DTB].memory_offset, sections[UNIFIED_SECTION_DTB].size); if (err != EFI_SUCCESS) - log_error_status(err, "Error loading embedded devicetree, igoring: %m"); + log_error_status(err, "Error loading embedded devicetree, ignoring: %m"); } static void load_all_addons(