]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
userdb: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 1 Feb 2025 05:09:03 +0000 (14:09 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 1 Feb 2025 05:09:06 +0000 (14:09 +0900)
Follow-up for 7419291670dd4066594350cce585031f60bc4f0a.

src/shared/userdb.c

index ac505285bb3bdbde0940c7e6dee0f8f076653b4b..ea352de0004ffed6ef2957f3f2b65f11853860db 100644 (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) {