From: Alberto Planas Date: Thu, 4 Jan 2024 12:32:59 +0000 (+0100) Subject: Fix typo in verb_make_policy explanation X-Git-Tag: v256-rc1~1313 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=59fe7e6ef1dc6a2094f4cde34f61e4eb5bb7d864;p=thirdparty%2Fsystemd.git Fix typo in verb_make_policy explanation Signed-off-by: Alberto Planas --- diff --git a/src/pcrlock/pcrlock.c b/src/pcrlock/pcrlock.c index d1bab5f59f8..8841f4e76ce 100644 --- a/src/pcrlock/pcrlock.c +++ b/src/pcrlock/pcrlock.c @@ -4174,7 +4174,7 @@ static int verb_make_policy(int argc, char *argv[], void *userdata) { * policies). * * Whenever we want to lock an encrypted object (for example FDE) against this policy, we'll use a - * PolicyAuthorizeNV epxression that pins the NV index in the policy, and permits access to any + * PolicyAuthorizeNV expression that pins the NV index in the policy, and permits access to any * policies matching the current NV index contents. * * We grant world-readable read access to the NV index. Write access is controlled by a PIN (which we