]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tpm2-util: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 2 Feb 2024 00:17:22 +0000 (09:17 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 2 Feb 2024 00:17:25 +0000 (09:17 +0900)
Follow-up for d37c312b87aeba4a470ad720eda56cdbc9ea2290.

src/shared/tpm2-util.c

index bd503c5c48768a0ac4991628d90b817a5de2c14b..f2b3bfb57594ad6eff6490ebf93e131c99442abc 100644 (file)
@@ -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;