diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-02-02 01:17:22 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-02-02 01:17:25 +0100 |
commit | 77924eab171c6a7a2122bed54609f584af7a740a (patch) | |
tree | 2d36e45c93b7b8b1e19cbb66fe3d1d2a1f8b4e61 /src/shared/tpm2-util.c | |
parent | network/ndisc: fix typo (diff) | |
download | systemd-77924eab171c6a7a2122bed54609f584af7a740a.tar.xz systemd-77924eab171c6a7a2122bed54609f584af7a740a.zip |
tpm2-util: fix typo
Follow-up for d37c312b87aeba4a470ad720eda56cdbc9ea2290.
Diffstat (limited to '')
-rw-r--r-- | src/shared/tpm2-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/tpm2-util.c b/src/shared/tpm2-util.c index bd503c5c48..f2b3bfb575 100644 --- a/src/shared/tpm2-util.c +++ b/src/shared/tpm2-util.c @@ -6940,7 +6940,7 @@ int tpm2_pcrlock_policy_from_credentials( return 0; } - return log_error_errno(errno, "Faile to open system credentials directory."); + return log_error_errno(errno, "Failed to open system credentials directory."); } _cleanup_free_ DirectoryEntries *de = NULL; |