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
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

View file

@ -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;