]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/unit.c
Correct a number of trivial typos.
[thirdparty/systemd.git] / src / core / unit.c
index e0485e1f461f59958a96fcae7036668fa197d608..113205bf254ca78eafa08e392cb853ee87cde0c2 100644 (file)
@@ -5419,7 +5419,7 @@ int unit_pid_attachable(Unit *u, pid_t pid, sd_bus_error *error) {
 
         /* Some extra safety check */
         if (pid == 1 || pid == getpid_cached())
-                return sd_bus_error_setf(error, SD_BUS_ERROR_INVALID_ARGS, "Process " PID_FMT " is a manager processs, refusing.", pid);
+                return sd_bus_error_setf(error, SD_BUS_ERROR_INVALID_ARGS, "Process " PID_FMT " is a manager process, refusing.", pid);
 
         /* Don't even begin to bother with kernel threads */
         r = is_kernel_thread(pid);