]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 22 Aug 2021 06:42:51 +0000 (15:42 +0900)
committerLuca Boccassi <luca.boccassi@gmail.com>
Sun, 22 Aug 2021 08:46:22 +0000 (09:46 +0100)
man/systemd.resource-control.xml
src/cryptsetup/cryptsetup-tokens/cryptsetup-token-systemd-fido2.c
src/cryptsetup/cryptsetup-tokens/cryptsetup-token-systemd-pkcs11.c

index 15b7f314a37ee129987d47d00c673e23af77c143..a8c8fad9efcbbcdee1deb9903ee128a88e02b449 100644 (file)
@@ -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
index 12bb976b216fba12179ee6c062234e89aabfaf32..c1408a84408a4cdd4b009298e033834bc684dce4 100644 (file)
@@ -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(
index 8e26f4f0d0e93372101dbd9dae36c78bb10379fd..3b3fe2c1e02d66a2fd72d9c748016893ba7489eb 100644 (file)
@@ -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(