From d4e30ad1fbd515d9a84390bf8aa254dd4efdfde2 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sun, 22 Aug 2021 15:42:51 +0900 Subject: tree-wide: fix typo --- man/systemd.resource-control.xml | 2 +- src/cryptsetup/cryptsetup-tokens/cryptsetup-token-systemd-fido2.c | 2 +- src/cryptsetup/cryptsetup-tokens/cryptsetup-token-systemd-pkcs11.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man/systemd.resource-control.xml b/man/systemd.resource-control.xml index 15b7f314a3..a8c8fad9ef 100644 --- a/man/systemd.resource-control.xml +++ b/man/systemd.resource-control.xml @@ -866,7 +866,7 @@ SocketBindDeny=any This option can appear multiple times, in which case the network interface names are merged. If the - empty string is assigned the set is reset, all prior assigments will have not effect. + empty string is assigned the set is reset, all prior assignments will have not effect. If you specify both types of this option (i.e. allow-listing and deny-listing), the first encountered diff --git a/src/cryptsetup/cryptsetup-tokens/cryptsetup-token-systemd-fido2.c b/src/cryptsetup/cryptsetup-tokens/cryptsetup-token-systemd-fido2.c index 12bb976b21..c1408a8440 100644 --- a/src/cryptsetup/cryptsetup-tokens/cryptsetup-token-systemd-fido2.c +++ b/src/cryptsetup/cryptsetup-tokens/cryptsetup-token-systemd-fido2.c @@ -66,7 +66,7 @@ _public_ int cryptsetup_token_open_pin( * (alternatively: name is set to null, flags contains CRYPT_ACTIVATE_ALLOW_UNBOUND_KEY * and token is assigned to at least single keyslot). * - * - if plugin defines validate funtion (see cryptsetup_token_validate below) it must have + * - if plugin defines validate function (see cryptsetup_token_validate below) it must have * passed the check (aka return 0) */ _public_ int cryptsetup_token_open( diff --git a/src/cryptsetup/cryptsetup-tokens/cryptsetup-token-systemd-pkcs11.c b/src/cryptsetup/cryptsetup-tokens/cryptsetup-token-systemd-pkcs11.c index 8e26f4f0d0..3b3fe2c1e0 100644 --- a/src/cryptsetup/cryptsetup-tokens/cryptsetup-token-systemd-pkcs11.c +++ b/src/cryptsetup/cryptsetup-tokens/cryptsetup-token-systemd-pkcs11.c @@ -54,7 +54,7 @@ _public_ int cryptsetup_token_open_pin( * (alternatively: name is set to null, flags contains CRYPT_ACTIVATE_ALLOW_UNBOUND_KEY * and token is assigned to at least single keyslot). * - * - if plugin defines validate funtion (see cryptsetup_token_validate below) it must have + * - if plugin defines validate function (see cryptsetup_token_validate below) it must have * passed the check (aka return 0) */ _public_ int cryptsetup_token_open( -- cgit v1.2.3