]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Fix spelling errors found by Lintian
authorLuca Boccassi <bluca@debian.org>
Fri, 26 Apr 2024 15:58:00 +0000 (16:58 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Sat, 27 Apr 2024 08:58:35 +0000 (10:58 +0200)
src/boot/measure.c
src/partition/repart.c

index 8c98ae1af15198a0178fc0769a7aa0a6ec42aa1a..8c201de0f00621d315cfb7250c2695e75f9e18f1 100644 (file)
@@ -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"
index ddacdce5b52c04a6dabdcd169c868bb30c85f281..9420193eff308d383bb98a9b9ae467c8dc556078 100644 (file)
@@ -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"