diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-08-22 08:42:51 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2021-08-22 10:46:22 +0200 |
commit | d4e30ad1fbd515d9a84390bf8aa254dd4efdfde2 (patch) | |
tree | 65fc16815cb13688a9fcda23d75ee502903b90fe | |
parent | Merge pull request #20303 from andir/sysconfig-example (diff) | |
download | systemd-d4e30ad1fbd515d9a84390bf8aa254dd4efdfde2.tar.xz systemd-d4e30ad1fbd515d9a84390bf8aa254dd4efdfde2.zip |
tree-wide: fix typo
-rw-r--r-- | man/systemd.resource-control.xml | 2 | ||||
-rw-r--r-- | src/cryptsetup/cryptsetup-tokens/cryptsetup-token-systemd-fido2.c | 2 | ||||
-rw-r--r-- | 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 </para> <para>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. </para> <para>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( |