diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-07-06 15:09:23 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-07-06 15:09:23 +0200 |
commit | f04a98e13f87a2297a65c135968154048f305df4 (patch) | |
tree | d92f907bd56aa7bacb715af0173522d6d17fc0c1 /src/shared | |
parent | bdac560801ac01af616c127ba603a4b2d7d54c47 (diff) | |
download | systemd-f04a98e13f87a2297a65c135968154048f305df4.tar.gz |
Fix two typos found by codespell
Diffstat (limited to 'src/shared')
-rw-r--r-- | src/shared/user-record.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |