summaryrefslogtreecommitdiff
path: root/src/shared/user-record.h
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2020-09-14 15:32:37 +0200
committerFrantisek Sumsal <frantisek@sumsal.cz>2020-09-14 15:32:37 +0200
commit69e3234db715d71ff98cf925ae4726fbeeac26fc (patch)
treed7a9f3066881d928a7f00dbef8b76ba6c640fa6c /src/shared/user-record.h
parent415f8a5bfed4604e4a1bc275682d51af3ad3b611 (diff)
downloadsystemd-69e3234db715d71ff98cf925ae4726fbeeac26fc.tar.gz
tree-wide: fix typos found by codespell
Reported by Fossies.org
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 bbcb2201e8..357c246ea5 100644
--- a/src/shared/user-record.h
+++ b/src/shared/user-record.h
@@ -210,7 +210,7 @@ typedef struct RecoveryKey {
/* The type of recovery key, must be "modhex64" right now */
char *type;
- /* A UNIX pasword hash of the normalized form of modhex64 */
+ /* A UNIX password hash of the normalized form of modhex64 */
char *hashed_password;
} RecoveryKey;