]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Fix two typos found by codespell 16370/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 6 Jul 2020 13:09:23 +0000 (15:09 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 6 Jul 2020 13:09:23 +0000 (15:09 +0200)
docs/USER_RECORD.md
src/shared/user-record.h

index 514a9416052a8fdbd6587f7703c7428e52c7a014..885a94858d371f538293637dc063a44c22244ae5 100644 (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
 
index e75f0ff00bd06bce7e8908ef324062ab83180d48..1bfd095d27e18c1aed317428bebc78d7818de481 100644 (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;