]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/home/pam_systemd_home.c
treewide: fix a few typos in NEWS, docs, comments, and log messages
[thirdparty/systemd.git] / src / home / pam_systemd_home.c
index 077f9208cb5ab2d062da825e79c115f1d35f42ac..c348b7f268affa152362b68d108120625fd376ff 100644 (file)
@@ -560,7 +560,7 @@ static int acquire_home(
          * 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 treat bad passwords as a
-         * request to collect one more password and pass the new all all previously used passwords again. */
+         * request to collect one more password and pass the new and all previously used passwords again. */
 
         _cleanup_(sd_bus_unrefp) sd_bus *bus = NULL;
         r = pam_acquire_bus_connection(handle, "pam-systemd-home", &bus, bus_data);