chiark / gitweb /
treewide: fix multiple typos
authorTorstein Husebø <torstein@huseboe.net>
Mon, 26 Jan 2015 14:29:14 +0000 (15:29 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 26 Jan 2015 15:39:47 +0000 (10:39 -0500)
12 files changed:
NEWS
TODO
man/crypttab.xml
man/networkctl.xml
man/sd_event_add_child.xml
man/sd_notify.xml
shell-completion/zsh/_systemd-analyze
src/core/cgroup.c
src/core/load-fragment.c
src/import/import-dkr.c
src/machine/machinectl.c
src/resolve/resolved-manager.c

diff --git a/NEWS b/NEWS
index d4d505d5d9ef9d3084daa316a1367e75d4a4b654..dbfec9a61d7ae78072614a50c31bf94a69e67e2f 100644 (file)
--- 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 2406a872f0aca58e34065ada7d191479ad0ca64d..1077cc16c8c846a4c7817eafe68adad40290d949 100644 (file)
--- 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
 
index 737b232335c13cfcb9b0f228bc3852e15f77b470..1a1002ecf432490fab62600c4f72bbccfc7f2ae6 100644 (file)
                                 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 <literal>s</literal>,
                                 <literal>min</literal>,
                                 <literal>h</literal>,
index c3930909b1e2a3976cb8230f131cbff69c4412c3..204551194d19615dd808b596ac71c1885ae7ca66 100644 (file)
@@ -45,7 +45,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
 
   <refnamediv>
     <refname>networkctl</refname>
-    <refpurpose>Query the statuc of network links</refpurpose>
+    <refpurpose>Query the status of network links</refpurpose>
   </refnamediv>
 
   <refsynopsisdiv>
index ee524e171fa629e4258a163bfbf186565d7d6912..cf8ed0af6c9b2f655ec57596a7aca84fe3737722 100644 (file)
@@ -146,7 +146,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
         <term><constant>-EINVAL</constant></term>
 
         <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
         <constant>WEXITED</constant>, <constant>WSTOPPED</constant>, and
         <constant>WCONTINUED</constant>.
index 2bf3383c0db38793eccfcbecdbf86796b06603dc..b7c33da63af35f44b8dc8b504a3f1720543ae670 100644 (file)
                                 zero). See
                                 <citerefentry><refentrytitle>systemd.service</refentrytitle><manvolnum>5</manvolnum></citerefentry>
                                 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
index 3edf92effe0fd528765234fc24d8e8a24214ce72..2c0e5433eb4a963ad9342cc51770ec71c7dfe03d 100644 (file)
@@ -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' \
index 16b8e1e59916c5bbadb4f7b6cbf96b37def26154..64d00b16b6bb75394a261511433f1be858aca032 100644 (file)
@@ -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");
         }
 
index 516731aba26cf8497ec0d296d4693df1a2ec2e1e..98794bfafbbf497e8df21946efbd04cbc0eaf564 100644 (file)
@@ -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();
index 78ea80846c7fa12698a66cbfb1719e2b42cd66a0..a4ff6f43f0f45c4b13451bb35261fe9ef737ca82 100644 (file)
@@ -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;
                 }
 
index 728cd42629fe41c7395d02bf5ad4035fd6e86e87..071b2b9ebf59cd5a6bae5923e62cfa7424dff3e0 100644 (file)
@@ -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;
index 2edfb9f7fdee20b50f071e94d9bc19d85e7f53cb..890cc0494168434c3055414b02bc43abe5f28058 100644 (file)
@@ -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;