From f04a98e13f87a2297a65c135968154048f305df4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 6 Jul 2020 15:09:23 +0200 Subject: [PATCH] Fix two typos found by codespell --- docs/USER_RECORD.md | 2 +- src/shared/user-record.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/USER_RECORD.md b/docs/USER_RECORD.md index 514a9416052..885a94858d3 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 e75f0ff00bd..1bfd095d27e 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; -- 2.47.3