Re: [systemd-devel] [PATCH] treewide: fix multiple typos

2015-01-26 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Jan 26, 2015 at 03:29:14PM +0100, Torstein Husebø wrote:
> ---
>  NEWS  | 8 
>  TODO  | 2 +-
>  man/crypttab.xml  | 2 +-
>  man/networkctl.xml| 2 +-
>  man/sd_event_add_child.xml| 2 +-
>  man/sd_notify.xml | 2 +-
>  shell-completion/zsh/_systemd-analyze | 2 +-
>  src/core/cgroup.c | 2 +-
>  src/core/load-fragment.c  | 2 +-
>  src/import/import-dkr.c   | 2 +-
>  src/machine/machinectl.c  | 2 +-
>  src/resolve/resolved-manager.c| 2 +-
>  12 files changed, 15 insertions(+), 15 deletions(-)
Applied.

Zbyszek
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


[systemd-devel] [PATCH] treewide: fix multiple typos

2015-01-26 Thread Torstein Husebø
---
 NEWS  | 8 
 TODO  | 2 +-
 man/crypttab.xml  | 2 +-
 man/networkctl.xml| 2 +-
 man/sd_event_add_child.xml| 2 +-
 man/sd_notify.xml | 2 +-
 shell-completion/zsh/_systemd-analyze | 2 +-
 src/core/cgroup.c | 2 +-
 src/core/load-fragment.c  | 2 +-
 src/import/import-dkr.c   | 2 +-
 src/machine/machinectl.c  | 2 +-
 src/resolve/resolved-manager.c| 2 +-
 12 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/NEWS b/NEWS
index d4d505d5d9..dbfec9a61d 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 2406a872f0..1077cc16c8 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 737b232335..1a1002ecf4 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 c3930909b1..204551194d 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 ee524e171f..cf8ed0af6c 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 2bf3383c0d..b7c33da63a 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