]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/home/homed-home.c
tree-wide: fix spelling errors
[thirdparty/systemd.git] / src / home / homed-home.c
index 81859efd968e6f926a702f8662e8b01cb1d055c2..c98e18c6863a1854dac2b290e7bfec97679163ad 100644 (file)
@@ -1521,7 +1521,7 @@ static int home_may_change_password(
 
         r = user_record_test_password_change_required(h->record);
         if (IN_SET(r, -EKEYREVOKED, -EOWNERDEAD, -EKEYEXPIRED))
-                return 0; /* expired in some form, but chaning is allowed */
+                return 0; /* expired in some form, but changing is allowed */
         if (IN_SET(r, -EKEYREJECTED, -EROFS))
                 return sd_bus_error_setf(error, SD_BUS_ERROR_ACCESS_DENIED, "Expiration settings of account %s do not allow changing of password.", h->user_name);
         if (r < 0)