1
1
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:
Zbigniew Jędrzejewski-Szmek 2020-07-06 15:09:23 +02:00
parent bdac560801
commit f04a98e13f
2 changed files with 2 additions and 2 deletions

View File

@ -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 generally recommended that for each entry in `fido2HmacSalt` there's also a
matching one in `fido2HmacCredential`, and vice versa, with the same credential matching one in `fido2HmacCredential`, and vice versa, with the same credential
ID, appearing in the same order, but this should not be required by 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 ## Fields in the `perMachine` section

View File

@ -202,7 +202,7 @@ typedef struct Fido2HmacSalt {
void *salt; void *salt;
size_t salt_size; 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; char *hashed_password;
} Fido2HmacSalt; } Fido2HmacSalt;