From: Yu Watanabe Date: Sun, 22 Aug 2021 06:42:51 +0000 (+0900) Subject: tree-wide: fix typo X-Git-Tag: v250-rc1~786 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d4e30ad1fbd515d9a84390bf8aa254dd4efdfde2;p=thirdparty%2Fsystemd.git tree-wide: fix typo --- diff --git a/man/systemd.resource-control.xml b/man/systemd.resource-control.xml index 15b7f314a37..a8c8fad9efc 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 12bb976b216..c1408a84408 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 8e26f4f0d0e..3b3fe2c1e02 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(