]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: fix typo in UEFI_SECURITY.md
authorLuca Boccassi <bluca@debian.org>
Wed, 4 Oct 2023 10:08:25 +0000 (11:08 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 4 Oct 2023 10:12:26 +0000 (19:12 +0900)
src/boot/efi/UEFI_SECURITY.md

index 3fa8f4c7cf8d6b3ccf56e25a6b4a95b7c98c4a5a..301104bd10cc9c9e170b9dbff01caf971d73ce13 100644 (file)
@@ -30,7 +30,7 @@ and other optional components as sections in a PE signed binary, that can thus b
 environments.
 
 Since it is embedded in a PE signed binary, `systemd-stub` will temporarily disable the UEFI authentication
-protobol while loading the payload kernel it wraps, in order to avoid redundant duplicate authentication of
+protocol while loading the payload kernel it wraps, in order to avoid redundant duplicate authentication of
 the image, given that the payload kernel was already authenticated and verified as part of the whole image.
 SecureBoot authentication is re-enabled immediately after the kernel image has been loaded.