summaryrefslogtreecommitdiff
path: root/src/shared/user-record.h
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-07-06 15:09:23 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-07-06 15:09:23 +0200
commitf04a98e13f87a2297a65c135968154048f305df4 (patch)
treed92f907bd56aa7bacb715af0173522d6d17fc0c1 /src/shared/user-record.h
parentbdac560801ac01af616c127ba603a4b2d7d54c47 (diff)
downloadsystemd-f04a98e13f87a2297a65c135968154048f305df4.tar.gz
Fix two typos found by codespell
Diffstat (limited to 'src/shared/user-record.h')
-rw-r--r--src/shared/user-record.h2
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;