From: Zbigniew Jędrzejewski-Szmek Date: Fri, 16 Dec 2022 07:35:59 +0000 (+0100) Subject: userdb: fix typo X-Git-Tag: v253-rc1~244^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98775ae0f753fd0ac1e75ab44aca51015a8b167f;p=thirdparty%2Fsystemd.git userdb: fix typo --- diff --git a/src/shared/userdb.c b/src/shared/userdb.c index de7eef687e2..aa55cc00ae4 100644 --- a/src/shared/userdb.c +++ b/src/shared/userdb.c @@ -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). */