mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
Fix two typos found by codespell
This commit is contained in:
parent
bdac560801
commit
f04a98e13f
@ -628,7 +628,7 @@ hash to test this derived secret key against for authentication. It is
|
||||
generally recommended that for each entry in `fido2HmacSalt` there's also a
|
||||
matching one in `fido2HmacCredential`, and vice versa, with the same credential
|
||||
ID, appearing in the same order, but this should not be required by
|
||||
applications processing user recrods.
|
||||
applications processing user records.
|
||||
|
||||
## Fields in the `perMachine` section
|
||||
|
||||
|
@ -202,7 +202,7 @@ typedef struct Fido2HmacSalt {
|
||||
void *salt;
|
||||
size_t salt_size;
|
||||
|
||||
/* What to test the hashed salt value against, usualy UNIX password hash here. */
|
||||
/* What to test the hashed salt value against, usually UNIX password hash here. */
|
||||
char *hashed_password;
|
||||
} Fido2HmacSalt;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user