1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-29 06:50:16 +03:00

userdb: fix typo

Follow-up for 7419291670dd4066594350cce585031f60bc4f0a.
This commit is contained in:
Yu Watanabe 2025-02-01 14:09:03 +09:00
parent 83bf58f39d
commit 546e6cb2e3

View File

@ -196,7 +196,7 @@ static int userdb_maybe_restart_query(
NULL
};
/* Figure out if the reported error indicates any of the suppressable fields are at fault, and that
/* Figure out if the reported error indicates any of the suppressible fields are at fault, and that
* our query actually included them */
bool restart = false;
STRV_FOREACH(f, fields) {