Skip to content

Commit d4e30ad

Browse files
yuwatabluca
authored andcommitted
tree-wide: fix typo
1 parent a353fda commit d4e30ad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

man/systemd.resource-control.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ SocketBindDeny=any
866866
</para>
867867

868868
<para>This option can appear multiple times, in which case the network interface names are merged. If the
869-
empty string is assigned the set is reset, all prior assigments will have not effect.
869+
empty string is assigned the set is reset, all prior assignments will have not effect.
870870
</para>
871871

872872
<para>If you specify both types of this option (i.e. allow-listing and deny-listing), the first encountered

src/cryptsetup/cryptsetup-tokens/cryptsetup-token-systemd-fido2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ _public_ int cryptsetup_token_open_pin(
6666
* (alternatively: name is set to null, flags contains CRYPT_ACTIVATE_ALLOW_UNBOUND_KEY
6767
* and token is assigned to at least single keyslot).
6868
*
69-
* - if plugin defines validate funtion (see cryptsetup_token_validate below) it must have
69+
* - if plugin defines validate function (see cryptsetup_token_validate below) it must have
7070
* passed the check (aka return 0)
7171
*/
7272
_public_ int cryptsetup_token_open(

src/cryptsetup/cryptsetup-tokens/cryptsetup-token-systemd-pkcs11.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ _public_ int cryptsetup_token_open_pin(
5454
* (alternatively: name is set to null, flags contains CRYPT_ACTIVATE_ALLOW_UNBOUND_KEY
5555
* and token is assigned to at least single keyslot).
5656
*
57-
* - if plugin defines validate funtion (see cryptsetup_token_validate below) it must have
57+
* - if plugin defines validate function (see cryptsetup_token_validate below) it must have
5858
* passed the check (aka return 0)
5959
*/
6060
_public_ int cryptsetup_token_open(

0 commit comments

Comments
 (0)