treewide: fix multiple typos

This commit is contained in:
Torstein Husebø 2015-01-26 15:29:14 +01:00 committed by Zbigniew Jędrzejewski-Szmek
parent ebf31a1f58
commit cc98b3025e
12 changed files with 15 additions and 15 deletions

8
NEWS
View File

@ -985,7 +985,7 @@ CHANGES WITH 214:
fact that many distributions only ship a very small number fact that many distributions only ship a very small number
of LSB/SysV init scripts nowadays. 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 virtualization anymore by the virtualization detection
logic. After all, they generally have unrestricted access to logic. After all, they generally have unrestricted access to
the hardware and usually are used to manage the unprivileged 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 * The memory.use_hierarchy cgroup attribute is now enabled for
all cgroups systemd creates in the memory cgroup all cgroups systemd creates in the memory cgroup
hierarchy. This option is likely to be come the built-in hierarchy. This option is likely to be come the built-in
default in the kernel anyway, and the non-hierarchial mode default in the kernel anyway, and the non-hierarchical mode
never made much sense in the intrinsically hierarchial never made much sense in the intrinsically hierarchical
cgroup system. cgroup system.
* A new field _SYSTEMD_SLICE= is logged along with all journal * 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. together, or apply resource limits on them.
Slice units may be used to partition system resources in an 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 default there are now three slices: system.slice (for all
system services), user.slice (for all user sessions), system services), user.slice (for all user sessions),
machine.slice (for VMs and containers). machine.slice (for VMs and containers).

2
TODO
View File

@ -49,7 +49,7 @@ Features:
* introduce systemd-nspawn-ephemeral@.service, and hook it into "machinectl start" with a new --ephemeral switch * 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 * "machinectl status" should also show internal logs of the container in question

View File

@ -337,7 +337,7 @@
systemd should wait for a device to systemd should wait for a device to
show up before giving up on the show up before giving up on the
entry. The argument is a time in entry. The argument is a time in
seconds or explicitly specifified seconds or explicitly specified
units of <literal>s</literal>, units of <literal>s</literal>,
<literal>min</literal>, <literal>min</literal>,
<literal>h</literal>, <literal>h</literal>,

View File

@ -45,7 +45,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
<refnamediv> <refnamediv>
<refname>networkctl</refname> <refname>networkctl</refname>
<refpurpose>Query the statuc of network links</refpurpose> <refpurpose>Query the status of network links</refpurpose>
</refnamediv> </refnamediv>
<refsynopsisdiv> <refsynopsisdiv>

View File

@ -146,7 +146,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
<term><constant>-EINVAL</constant></term> <term><constant>-EINVAL</constant></term>
<listitem><para>An invalid argument has been passed. This includes <listitem><para>An invalid argument has been passed. This includes
specyfing an empty mask in <parameter>options</parameter> or a mask specifying an empty mask in <parameter>options</parameter> or a mask
which contains values different than a combination of which contains values different than a combination of
<constant>WEXITED</constant>, <constant>WSTOPPED</constant>, and <constant>WEXITED</constant>, <constant>WSTOPPED</constant>, and
<constant>WCONTINUED</constant>. <constant>WCONTINUED</constant>.

View File

@ -256,7 +256,7 @@
zero). See zero). See
<citerefentry><refentrytitle>systemd.service</refentrytitle><manvolnum>5</manvolnum></citerefentry> <citerefentry><refentrytitle>systemd.service</refentrytitle><manvolnum>5</manvolnum></citerefentry>
for details. Multiple arrays of file 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 messages, in which case the arrays are
combined. Note that the service combined. Note that the service
manager removes duplicate file manager removes duplicate file

View File

@ -47,7 +47,7 @@ _arguments \
'--system[Operate on system systemd instance]' \ '--system[Operate on system systemd instance]' \
'--user[Operate on user systemd instance]' \ '--user[Operate on user systemd instance]' \
'--no-pager[Do not pipe output into a pager]' \ '--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]' \ '--order[When generating graph for dot, show only order]' \
'--require[When generating graph for dot, show only requirement]' \ '--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' \ '--fuzz=[When printing the tree of the critical chain, print also services, which finished TIMESPAN earlier, than the latest in the branch]:TIMESPAN' \

View File

@ -954,7 +954,7 @@ int manager_setup_cgroup(Manager *m) {
if (m->pin_cgroupfs_fd < 0) if (m->pin_cgroupfs_fd < 0)
return log_error_errno(errno, "Failed to open pin file: %m"); 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"); cg_set_attribute("memory", "/", "memory.use_hierarchy", "1");
} }

View File

@ -589,7 +589,7 @@ int config_parse_exec(const char *unit,
} }
found: 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)); n = new(char*, MAX(k + !separate_argv0, 1u));
if (!n) if (!n)
return log_oom(); return log_oom();

View File

@ -752,7 +752,7 @@ static void dkr_import_job_on_finished(ImportJob *j) {
r = btrfs_subvol_set_read_only(i->temp_path, true); r = btrfs_subvol_set_read_only(i->temp_path, true);
if (r < 0) { 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; goto finish;
} }

View File

@ -1785,7 +1785,7 @@ static int transfer_signal_handler(sd_event_source *s, const struct signalfd_sig
assert(si); assert(si);
if (!arg_quiet) 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); sd_event_exit(sd_event_source_get_event(s), EINTR);
return 0; return 0;

View File

@ -196,7 +196,7 @@ static int manager_rtnl_listen(Manager *m) {
assert(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); r = sd_rtnl_open(&m->rtnl, 3, RTNLGRP_LINK, RTNLGRP_IPV4_IFADDR, RTNLGRP_IPV6_IFADDR);
if (r < 0) if (r < 0)
return r; return r;