diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-12-16 08:35:59 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-12-19 15:16:24 +0100 |
commit | 98775ae0f753fd0ac1e75ab44aca51015a8b167f (patch) | |
tree | c85f3733f8dbb4e70138197e03a0ef6d629426f8 /src/shared/userdb.c | |
parent | shared/dns-domain: reduce scope of variable declarations (diff) | |
download | systemd-98775ae0f753fd0ac1e75ab44aca51015a8b167f.tar.xz systemd-98775ae0f753fd0ac1e75ab44aca51015a8b167f.zip |
userdb: fix typo
Diffstat (limited to 'src/shared/userdb.c')
-rw-r--r-- | src/shared/userdb.c | 2 |
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). */ |