summaryrefslogtreecommitdiff
path: root/src/basic
diff options
context:
space:
mode:
authorнаб <nabijaczleweli@nabijaczleweli.xyz>2022-03-29 18:32:07 +0200
committerLuca Boccassi <luca.boccassi@gmail.com>2022-03-29 17:58:37 +0100
commit0017be9d77448c37e52b710fbf18288f9ee63941 (patch)
tree0db84d7c87d2834526d26f12d215f42bbe95c09d /src/basic
parentb586cbdefc05cb53988905fee7d8b9d27a3145ea (diff)
downloadsystemd-0017be9d77448c37e52b710fbf18288f9ee63941.tar.gz
Fix typos in user-util.c and dbus-unit.c
Diffstat (limited to 'src/basic')
-rw-r--r--src/basic/user-util.c2
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)