From ec361ea9ce0344321a6877d4d69a85db0c5bca4a Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Fri, 26 Apr 2024 16:58:00 +0100 Subject: [PATCH] Fix spelling errors found by Lintian --- src/boot/measure.c | 2 +- src/partition/repart.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/boot/measure.c b/src/boot/measure.c index 8c98ae1af15..8c201de0f00 100644 --- a/src/boot/measure.c +++ b/src/boot/measure.c @@ -80,7 +80,7 @@ static int help(int argc, char *argv[], void *userdata) { " --tpm2-device=PATH Use specified TPM2 device\n" " --private-key=KEY Private key (PEM) to sign with\n" " --private-key-source=file|provider:PROVIDER|engine:ENGINE\n" - " Specify how to use the --private-key=. Allows to use\n" + " Specify how to use the --private-key=. Allows one to use\n" " an OpenSSL engine/provider when signing\n" " --public-key=KEY Public key (PEM) to validate against\n" " --certificate=PATH PEM certificate to use when signing with a URI\n" diff --git a/src/partition/repart.c b/src/partition/repart.c index ddacdce5b52..9420193eff3 100644 --- a/src/partition/repart.c +++ b/src/partition/repart.c @@ -6888,9 +6888,9 @@ static int help(void) { " signatures, or an engine or provider specific\n" " designation if --private-key-source= is used.\n" " --private-key-source=file|provider:PROVIDER|engine:ENGINE\n" - " Specify how to use the --private-key=. Allows to use\n" - " an OpenSSL engine/provider when generating verity\n" - " roothash signatures\n" + " Specify how to use the --private-key=. Allows one to\n" + " use an OpenSSL engine/provider when generating\n" + " verity roothash signatures\n" " --certificate=PATH PEM certificate to use when generating verity\n" " roothash signatures\n" " --tpm2-device=PATH Path to TPM2 device node to use\n" -- 2.47.3