diff --git a/NEWS b/NEWS index d4d505d5d9e..dbfec9a61d7 100644 --- a/NEWS +++ b/NEWS @@ -985,7 +985,7 @@ CHANGES WITH 214: fact that many distributions only ship a very small number of LSB/SysV init scripts nowadays. - * Priviliged Xen (dom0) domains are not considered + * Privileged Xen (dom0) domains are not considered virtualization anymore by the virtualization detection logic. After all, they generally have unrestricted access to the hardware and usually are used to manage the unprivileged @@ -2048,8 +2048,8 @@ CHANGES WITH 208: * The memory.use_hierarchy cgroup attribute is now enabled for all cgroups systemd creates in the memory cgroup hierarchy. This option is likely to be come the built-in - default in the kernel anyway, and the non-hierarchial mode - never made much sense in the intrinsically hierarchial + default in the kernel anyway, and the non-hierarchical mode + never made much sense in the intrinsically hierarchical cgroup system. * A new field _SYSTEMD_SLICE= is logged along with all journal @@ -2309,7 +2309,7 @@ CHANGES WITH 205: together, or apply resource limits on them. Slice units may be used to partition system resources in an - hierarchial fashion and then assign other units to them. By + hierarchical fashion and then assign other units to them. By default there are now three slices: system.slice (for all system services), user.slice (for all user sessions), machine.slice (for VMs and containers). diff --git a/TODO b/TODO index 2406a872f0a..1077cc16c8c 100644 --- a/TODO +++ b/TODO @@ -49,7 +49,7 @@ Features: * introduce systemd-nspawn-ephemeral@.service, and hook it into "machinectl start" with a new --ephemeral switch -* logind,machined: add generic catch-all polkit verbs for most priviliged operations, similar to systemd itself +* logind,machined: add generic catch-all polkit verbs for most privileged operations, similar to systemd itself * "machinectl status" should also show internal logs of the container in question diff --git a/man/crypttab.xml b/man/crypttab.xml index 737b232335c..1a1002ecf43 100644 --- a/man/crypttab.xml +++ b/man/crypttab.xml @@ -337,7 +337,7 @@ systemd should wait for a device to show up before giving up on the entry. The argument is a time in - seconds or explicitly specifified + seconds or explicitly specified units of s, min, h, diff --git a/man/networkctl.xml b/man/networkctl.xml index c3930909b1e..204551194d1 100644 --- a/man/networkctl.xml +++ b/man/networkctl.xml @@ -45,7 +45,7 @@ along with systemd; If not, see . networkctl - Query the statuc of network links + Query the status of network links diff --git a/man/sd_event_add_child.xml b/man/sd_event_add_child.xml index ee524e171fa..cf8ed0af6c9 100644 --- a/man/sd_event_add_child.xml +++ b/man/sd_event_add_child.xml @@ -146,7 +146,7 @@ along with systemd; If not, see . -EINVAL An invalid argument has been passed. This includes - specyfing an empty mask in options or a mask + specifying an empty mask in options or a mask which contains values different than a combination of WEXITED, WSTOPPED, and WCONTINUED. diff --git a/man/sd_notify.xml b/man/sd_notify.xml index 2bf3383c0db..b7c33da63af 100644 --- a/man/sd_notify.xml +++ b/man/sd_notify.xml @@ -256,7 +256,7 @@ zero). See systemd.service5 for details. Multiple arrays of file - descriptors may be sent in seperate + descriptors may be sent in separate messages, in which case the arrays are combined. Note that the service manager removes duplicate file diff --git a/shell-completion/zsh/_systemd-analyze b/shell-completion/zsh/_systemd-analyze index 3edf92effe0..2c0e5433eb4 100644 --- a/shell-completion/zsh/_systemd-analyze +++ b/shell-completion/zsh/_systemd-analyze @@ -47,7 +47,7 @@ _arguments \ '--system[Operate on system systemd instance]' \ '--user[Operate on user systemd instance]' \ '--no-pager[Do not pipe output into a pager]' \ - '--man=[Do (not) check for exietnce of man pages]:boolean:(1 0)' \ + '--man=[Do (not) check for existence of man pages]:boolean:(1 0)' \ '--order[When generating graph for dot, show only order]' \ '--require[When generating graph for dot, show only requirement]' \ '--fuzz=[When printing the tree of the critical chain, print also services, which finished TIMESPAN earlier, than the latest in the branch]:TIMESPAN' \ diff --git a/src/core/cgroup.c b/src/core/cgroup.c index 16b8e1e5991..64d00b16b6b 100644 --- a/src/core/cgroup.c +++ b/src/core/cgroup.c @@ -954,7 +954,7 @@ int manager_setup_cgroup(Manager *m) { if (m->pin_cgroupfs_fd < 0) return log_error_errno(errno, "Failed to open pin file: %m"); - /* 6. Always enable hierarchial support if it exists... */ + /* 6. Always enable hierarchical support if it exists... */ cg_set_attribute("memory", "/", "memory.use_hierarchy", "1"); } diff --git a/src/core/load-fragment.c b/src/core/load-fragment.c index 516731aba26..98794bfafbb 100644 --- a/src/core/load-fragment.c +++ b/src/core/load-fragment.c @@ -589,7 +589,7 @@ int config_parse_exec(const char *unit, } found: - /* If seperate_argv0, we'll move first element to path variable */ + /* If separate_argv0, we'll move first element to path variable */ n = new(char*, MAX(k + !separate_argv0, 1u)); if (!n) return log_oom(); diff --git a/src/import/import-dkr.c b/src/import/import-dkr.c index 78ea80846c7..a4ff6f43f0f 100644 --- a/src/import/import-dkr.c +++ b/src/import/import-dkr.c @@ -752,7 +752,7 @@ static void dkr_import_job_on_finished(ImportJob *j) { r = btrfs_subvol_set_read_only(i->temp_path, true); if (r < 0) { - log_error_errno(r, "Failed to mark snapshort read-only: %m"); + log_error_errno(r, "Failed to mark snapshot read-only: %m"); goto finish; } diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c index 728cd42629f..071b2b9ebf5 100644 --- a/src/machine/machinectl.c +++ b/src/machine/machinectl.c @@ -1785,7 +1785,7 @@ static int transfer_signal_handler(sd_event_source *s, const struct signalfd_sig assert(si); if (!arg_quiet) - log_info("Continuing download in the background. Use \"machinectl cancel-transfer %" PRIu32 "\" to arbort transfer.", PTR_TO_UINT32(userdata)); + log_info("Continuing download in the background. Use \"machinectl cancel-transfer %" PRIu32 "\" to abort transfer.", PTR_TO_UINT32(userdata)); sd_event_exit(sd_event_source_get_event(s), EINTR); return 0; diff --git a/src/resolve/resolved-manager.c b/src/resolve/resolved-manager.c index 2edfb9f7fde..890cc049416 100644 --- a/src/resolve/resolved-manager.c +++ b/src/resolve/resolved-manager.c @@ -196,7 +196,7 @@ static int manager_rtnl_listen(Manager *m) { assert(m); - /* First, subscibe to interfaces coming and going */ + /* First, subscribe to interfaces coming and going */ r = sd_rtnl_open(&m->rtnl, 3, RTNLGRP_LINK, RTNLGRP_IPV4_IFADDR, RTNLGRP_IPV6_IFADDR); if (r < 0) return r;