diff --git a/docs/USER_RECORD.md b/docs/USER_RECORD.md index 514a941605..885a94858d 100644 --- a/docs/USER_RECORD.md +++ b/docs/USER_RECORD.md @@ -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 diff --git a/src/shared/user-record.h b/src/shared/user-record.h index e75f0ff00b..1bfd095d27 100644 --- a/src/shared/user-record.h +++ b/src/shared/user-record.h @@ -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;