From: Zbigniew Jędrzejewski-Szmek Date: Mon, 6 Jul 2020 13:09:23 +0000 (+0200) Subject: Fix two typos found by codespell X-Git-Tag: v246-rc1~37^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16370%2Fhead;p=thirdparty%2Fsystemd.git Fix two typos found by codespell --- 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;