瀏覽代碼

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>
(cherry picked from commit aca49ab538f07b77aa57b9940b78239544dd256f)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Korsgaard 8 月之前
父節點
當前提交
7420216a0a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/tpm2-tss/tpm2-tss.mk

+ 1 - 1
package/tpm2-tss/tpm2-tss.mk

@@ -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.