]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
userdb: fix typo
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 16 Dec 2022 07:35:59 +0000 (08:35 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 19 Dec 2022 14:16:24 +0000 (15:16 +0100)
src/shared/userdb.c

index de7eef687e2212438ae7b659e226bced7b452e7c..aa55cc00ae453092db307d294554243b29382ab0 100644 (file)
@@ -469,7 +469,7 @@ static int userdb_start_query(
                     streq(de->d_name, "io.systemd.DynamicUser"))
                         continue;
 
-                /* Avoid NSS is this is requested. Note that we also skip NSS when we were asked to skip the
+                /* Avoid NSS if this is requested. Note that we also skip NSS when we were asked to skip the
                  * multiplexer, since in that case it's safer to do NSS in the client side emulation below
                  * (and when we run as part of systemd-userdbd.service we don't want to talk to ourselves
                  * anyway). */