USER_RECORD: fix typo

Fixes: #16172
This commit is contained in:
Lennart Poettering 2020-06-16 16:10:37 +02:00 committed by Frantisek Sumsal
parent cdfd853744
commit ffc8eeae62
1 changed files with 1 additions and 1 deletions

View File

@ -582,7 +582,7 @@ restrictive access semantics. The following fields are currently defined:
be a string like "What's the name of your first pet?", but is entirely for the
user to choose.
`hashPassword` → An array of strings, each containing a hashed UNIX password
`hashedPassword` → An array of strings, each containing a hashed UNIX password
string, in the format
[`crypt(3)`](http://man7.org/linux/man-pages/man3/crypt.3.html) generates. This
corresponds with `sp_pwdp` field of `struct spwd` (and in a way the `pw_passwd`