diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-01-20 07:32:16 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-01-20 07:32:16 +0100 |
commit | d09df6b94e0c4924ea7064c79ab0441f5aff469b (patch) | |
tree | 5c79a78b875e19a80bdf7f48585defb717e69c3e /src/core | |
parent | Merge pull request #26105 from yuwata/network-config-parse-address-make-prefi... (diff) | |
download | systemd-d09df6b94e0c4924ea7064c79ab0441f5aff469b.tar.xz systemd-d09df6b94e0c4924ea7064c79ab0441f5aff469b.zip |
tree-wide: fix typo
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/execute.c | 2 | ||||
-rw-r--r-- | src/core/service.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/execute.c b/src/core/execute.c index 221da31065..f5d57a63b5 100644 --- a/src/core/execute.c +++ b/src/core/execute.c @@ -4908,7 +4908,7 @@ static int exec_child( /* If the user namespace was not set up above, try to do it now. * It's preferred to set up the user namespace later (after all other namespaces) so as not to be - * restricted by rules pertaining to combining user namspaces with other namespaces (e.g. in the + * restricted by rules pertaining to combining user namespaces with other namespaces (e.g. in the * case of mount namespaces being less privileged when the mount point list is copied from a * different user namespace). */ diff --git a/src/core/service.c b/src/core/service.c index a376b70f42..9c2fb2ee1c 100644 --- a/src/core/service.c +++ b/src/core/service.c @@ -3832,7 +3832,7 @@ static void service_sigchld_event(Unit *u, pid_t pid, int code, int status) { s->reload_result = f; - /* If the last notification we received from the service process indiciates + /* If the last notification we received from the service process indicates * we are still reloading, then don't leave reloading state just yet, just * transition into SERVICE_RELOAD_NOTIFY, to wait for the READY=1 coming, * too. */ |