summaryrefslogtreecommitdiff
path: root/src/home
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-06-30 15:24:57 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-07-02 09:51:38 +0200
commit37b22b3b4796116edb9768752b67375db9357edb (patch)
treea21f405f4e2a17e01e2d23aca3e02d2219d7aa23 /src/home
parent838d39af93e16e749ef90acf915a634b380abbf6 (diff)
downloadsystemd-37b22b3b4796116edb9768752b67375db9357edb.tar.gz
tree: wide "the the" and other trivial grammar fixes
Diffstat (limited to 'src/home')
-rw-r--r--src/home/pam_systemd_home.c2
-rw-r--r--src/home/user-record-util.c2
2 files changed, 2 insertions, 2 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
diff --git a/src/home/user-record-util.c b/src/home/user-record-util.c
index 8f51f8d6e8..0881d1472c 100644
--- a/src/home/user-record-util.c
+++ b/src/home/user-record-util.c
@@ -172,7 +172,7 @@ int user_record_reconcile(
* -REMCHG: identity records are not about the same user
* -ESTALE: embedded identity record is equally new or newer than supplied record
*
- * Return the new record to use, which is either the the embedded record updated with the host
+ * Return the new record to use, which is either the embedded record updated with the host
* binding or the host record. In both cases the secret data is stripped. */
assert(host);