From: Yu Watanabe Date: Sat, 1 Feb 2025 05:09:03 +0000 (+0900) Subject: userdb: fix typo X-Git-Tag: v258-rc1~1445 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=546e6cb2e3e949e7162e4cf45cce8a6b26db175d;p=thirdparty%2Fsystemd.git userdb: fix typo Follow-up for 7419291670dd4066594350cce585031f60bc4f0a. --- diff --git a/src/shared/userdb.c b/src/shared/userdb.c index ac505285bb3..ea352de0004 100644 --- a/src/shared/userdb.c +++ b/src/shared/userdb.c @@ -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) {