summaryrefslogtreecommitdiff
path: root/src/cryptenroll/cryptenroll.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-12-18 12:59:29 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-12-18 12:59:29 +0900
commit458610429f077db352768ca6106a1ffad9c7673d (patch)
tree9b58eecc58203feda4d2029cefe4dc51116df269 /src/cryptenroll/cryptenroll.c
parentd7d1d18fd25e3d6c7f3d1841e0502fadb8cecbf9 (diff)
downloadsystemd-458610429f077db352768ca6106a1ffad9c7673d.tar.gz
tree-wide: fix typo
Diffstat (limited to 'src/cryptenroll/cryptenroll.c')
-rw-r--r--src/cryptenroll/cryptenroll.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cryptenroll/cryptenroll.c b/src/cryptenroll/cryptenroll.c
index fb41bbe4aa..b28dbcd665 100644
--- a/src/cryptenroll/cryptenroll.c
+++ b/src/cryptenroll/cryptenroll.c
@@ -90,7 +90,7 @@ static int help(void) {
" --tpm2-device=PATH\n"
" Enroll a TPM2 device\n"
" --tpm2-pcrs=PCR1,PCR2,PCR3,…\n"
- " Specifiy TPM2 PCRs to seal against\n"
+ " Specify TPM2 PCRs to seal against\n"
" --wipe-slot=SLOT1,SLOT2,…\n"
" Wipe specified slots\n"
"\nSee the %s for details.\n"
@@ -390,7 +390,7 @@ static int prepare_luks(
password,
strlen(password));
if (r < 0)
- return log_error_errno(r, "Password from environent variable $PASSWORD did not work.");
+ return log_error_errno(r, "Password from environment variable $PASSWORD did not work.");
} else {
AskPasswordFlags ask_password_flags = ASK_PASSWORD_PUSH_CACHE|ASK_PASSWORD_ACCEPT_CACHED;
_cleanup_free_ char *question = NULL, *disk_path = NULL;