diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-06-30 15:24:57 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-07-02 09:51:38 +0200 |
commit | 37b22b3b4796116edb9768752b67375db9357edb (patch) | |
tree | a21f405f4e2a17e01e2d23aca3e02d2219d7aa23 /src/home/pam_systemd_home.c | |
parent | network: Allow DHCPv6 client to start solicit mode (diff) | |
download | systemd-37b22b3b4796116edb9768752b67375db9357edb.tar.xz systemd-37b22b3b4796116edb9768752b67375db9357edb.zip |
tree: wide "the the" and other trivial grammar fixes
Diffstat (limited to 'src/home/pam_systemd_home.c')
-rw-r--r-- | src/home/pam_systemd_home.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/home/pam_systemd_home.c b/src/home/pam_systemd_home.c index 34dfd134fc..dcf26ddaf5 100644 --- a/src/home/pam_systemd_home.c +++ b/src/home/pam_systemd_home.c @@ -499,7 +499,7 @@ static int acquire_home( return r; /* Implement our own retry loop here instead of relying on the PAM client's one. That's because it - * might happen that the the record we stored on the host does not match the encryption password of + * might happen that the record we stored on the host does not match the encryption password of * the LUKS image in case the image was used in a different system where the password was * changed. In that case it will happen that the LUKS password and the host password are * different, and we handle that by collecting and passing multiple passwords in that case. Hence we |