mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 20:10:35 -09:00
package/tpm2-tss: fix 'and' typo
Found by codespell. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
ee93f20f96
commit
aca49ab538
@@ -17,7 +17,7 @@ TPM2_TSS_DEPENDENCIES = openssl host-pkgconf
|
||||
TPM2_TSS_AUTORECONF = YES
|
||||
|
||||
# systemd-sysusers and systemd-tmpfiles are only used at install time
|
||||
# to trigger the creation of users adn tmpfiles, which we do not care
|
||||
# to trigger the creation of users and tmpfiles, which we do not care
|
||||
# about at build time. groupadd, useradd, and setfacl are used in the
|
||||
# fallback path when systemd-sysusers or systemd-tmpfiles are missing
|
||||
# and their failure is ignored anyway.
|
||||
|
||||
Reference in New Issue
Block a user