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