summaryrefslogtreecommitdiff
path: root/src/shared/userdb.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-12-16 08:35:59 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-12-19 15:16:24 +0100
commit98775ae0f753fd0ac1e75ab44aca51015a8b167f (patch)
treec85f3733f8dbb4e70138197e03a0ef6d629426f8 /src/shared/userdb.c
parentac2300f735791261c9af9cb7dbe14255c1b00cb1 (diff)
downloadsystemd-98775ae0f753fd0ac1e75ab44aca51015a8b167f.tar.gz
userdb: fix typo
Diffstat (limited to 'src/shared/userdb.c')
-rw-r--r--src/shared/userdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/userdb.c b/src/shared/userdb.c
index de7eef687e..aa55cc00ae 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). */