]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
creds-util: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 19 Sep 2025 11:23:02 +0000 (20:23 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 19 Sep 2025 11:23:05 +0000 (20:23 +0900)
Follow-up for 9be0a94b9848096ad465eb3fc76fa9adc7118ab6.

src/shared/creds-util.c

index dc337dc122a6598f2c80895cf4e320c6b0768a2b..cc9d5c37fa69e292948790f1022aac1bd0d9a89b 100644 (file)
@@ -1209,7 +1209,7 @@ int decrypt_credential_and_warn(
          *   -EHWPOISON    → Attempt to decode NULL key (and CREDENTIAL_ALLOW_NULL is off), but the system has a TPM and SecureBoot is on
          *   -EMEDIUMTYPE  → File has unexpected scope, i.e. user-scoped credential is attempted to be unlocked in system scope, or vice versa
          *   -EDESTADDRREQ → Credential is incorrectly named (i.e. the authenticated name does not match the actual name)
-         *   -ESTALE       → Credential's valdity has passed
+         *   -ESTALE       → Credential's validity has passed
          *   -ESRCH        → User specified for scope does not exist on this system
          *
          *   (plus the various error codes tpm2_unseal() returns) */