userdb: fix typo

Follow-up for 7419291670.
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) {