diff options
author | наб <nabijaczleweli@nabijaczleweli.xyz> | 2022-03-29 18:32:07 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2022-03-29 18:58:37 +0200 |
commit | 0017be9d77448c37e52b710fbf18288f9ee63941 (patch) | |
tree | 0db84d7c87d2834526d26f12d215f42bbe95c09d /src/basic/user-util.c | |
parent | NEWS: mention kernel requirement change 3.13 -> 3.15 (diff) | |
download | systemd-0017be9d77448c37e52b710fbf18288f9ee63941.tar.xz systemd-0017be9d77448c37e52b710fbf18288f9ee63941.zip |
Fix typos in user-util.c and dbus-unit.c
Diffstat (limited to 'src/basic/user-util.c')
-rw-r--r-- | src/basic/user-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/user-util.c b/src/basic/user-util.c index 63bef51b0b..da3b922bc9 100644 --- a/src/basic/user-util.c +++ b/src/basic/user-util.c @@ -247,7 +247,7 @@ int get_user_creds( else if (FLAGS_SET(flags, USER_CREDS_ALLOW_MISSING) && !gid && !home && !shell) { /* If the specified user is a numeric UID and it isn't in the user database, and the caller - * passed USER_CREDS_ALLOW_MISSING and was only interested in the UID, then juts return that + * passed USER_CREDS_ALLOW_MISSING and was only interested in the UID, then just return that * and don't complain. */ if (uid) |