From b1a2687cf5b419d6928d024f26aabe1de8ff7727 Mon Sep 17 00:00:00 2001 From: Luca Boccassi <bluca@debian.org> Date: Mon, 31 Oct 2022 21:17:47 +0000 Subject: [PATCH] man: fix typo found by Lintian (cherry picked from commit 84033dd40588dbf4f57a746c141fe7d111247a93) Related #2138081 --- man/loader.conf.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/loader.conf.xml b/man/loader.conf.xml index 3ee42cdb73..7f173aec61 100644 --- a/man/loader.conf.xml +++ b/man/loader.conf.xml @@ -236,7 +236,7 @@ <para>The different sets of variables can be set up under <filename>/loader/keys/<replaceable>NAME</replaceable></filename> where <replaceable>NAME</replaceable> is the name that is going to be used as the name of the entry. - This allows to ship multiple sets of Secure Boot variables and choose which one to enroll at runtime.</para> + This allows one to ship multiple sets of Secure Boot variables and choose which one to enroll at runtime.</para> <para>Supported secure boot variables are one database for authorized images, one key exchange key (KEK) and one platform key (PK). For more information, refer to the <ulink url="https://uefi.org/specifications">UEFI specification</ulink>,