]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
treewide: fix typos
authorTorstein Husebø <torstein@huseboe.net>
Thu, 12 May 2016 09:23:35 +0000 (11:23 +0200)
committerTorstein Husebø <torstein@huseboe.net>
Mon, 4 Jul 2016 15:10:23 +0000 (17:10 +0200)
NEWS
man/sd_bus_get_fd.xml
man/systemd-nspawn.xml
man/systemd.netdev.xml
src/login/logind-core.c
src/nspawn/nspawn-network.c

diff --git a/NEWS b/NEWS
index e4efb476c68be1080a66b6ab971515b793d796ec..7a0d1d573e2004dacef8662b64f8f38001c8faac 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -851,7 +851,7 @@ CHANGES WITH 227:
           files controlled by the number of files that shall remain,
           in addition to the already existing control by size and by
           date. This is useful as journal interleaving performance
-          degrades with too many seperate journal files, and allows
+          degrades with too many separate journal files, and allows
           putting an effective limit on them. The new setting defaults
           to 100, but this may be changed by setting SystemMaxFiles=
           and RuntimeMaxFiles= in journald.conf. Also, the
index 49162a6e6589b9d45db9001648ef8afd781e62c7..9f7019069f5052f08bd2d461f84c517ca00fa19a 100644 (file)
@@ -68,7 +68,7 @@
         project='die-net'><refentrytitle>select</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
       <citerefentry
         project='die-net'><refentrytitle>poll</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
-      or similar functions to wait for incmming messages.
+      or similar functions to wait for incoming messages.
     </para>
 
     <para>
index c436f42948fe50fedc2678bb09115e4341648464..cb0468fbf5581d5554e0f2fe7a4fd6e60a9a1554 100644 (file)
     service in the background. In this mode each container instance runs as its own service instance; a default
     template unit file <filename>systemd-nspawn@.service</filename> is provided to make this easy, taking the container
     name as instance identifier. Note that different default options apply when <command>systemd-nspawn</command> is
-    invoked by the template unit file than interactively on the commnd line. Most importanly the template unit file
+    invoked by the template unit file than interactively on the command line. Most importantly the template unit file
     makes use of the <option>--boot</option> which is not the default in case <command>systemd-nspawn</command> is
-    invoked from the interactive command line. Further differences with the defaults are documented dalong with the
+    invoked from the interactive command line. Further differences with the defaults are documented along with the
     various supported options below.</para>
 
     <para>The <citerefentry><refentrytitle>machinectl</refentrytitle><manvolnum>1</manvolnum></citerefentry> tool may
index 2be1efee2f121a4f5cb23c49d5a22d203b669121..571e9aa946b2c0f978480e7aeb4f3f3121bbc68f 100644 (file)
           <entry>A virtual extensible LAN (vxlan), for connecting Cloud computing deployments.</entry></row>
 
           <row><entry><varname>vrf</varname></entry>
-            <entry>A Virtual Routing and Forwarding (<ulink url="https://www.kernel.org/doc/Documentation/networking/vrf.txt">VRF</ulink>) interface to create seperate routing and forwarding domains.</entry></row>
+            <entry>A Virtual Routing and Forwarding (<ulink url="https://www.kernel.org/doc/Documentation/networking/vrf.txt">VRF</ulink>) interface to create separate routing and forwarding domains.</entry></row>
 
         </tbody>
       </tgroup>
index cbf8d757fee4230bd0a89d8460ebcf755f1a99b0..eff5a4a36f35fe5a808838aa91f9d00cb436fa05 100644 (file)
@@ -496,7 +496,7 @@ static int manager_count_external_displays(Manager *m) {
                         continue;
 
                 /* Ignore internal displays: the type is encoded in
-                 * the sysfs name, as the second dash seperated item
+                 * the sysfs name, as the second dash separated item
                  * (the first is the card name, the last the connector
                  * number). We implement a whitelist of external
                  * displays here, rather than a whitelist, to ensure
index 8da47a2ca62e28ac60505db2c946810f8d1ed45b..428cc04de05d4d10bfcadc836d1fe605f301db33 100644 (file)
@@ -350,7 +350,7 @@ int setup_bridge(const char *veth_name, const char *bridge_name, bool create) {
 
         if (create) {
                 /* We take a system-wide lock here, so that we can safely check whether there's still a member in the
-                 * bridge before removing it, without risking interferance from other nspawn instances. */
+                 * bridge before removing it, without risking interference from other nspawn instances. */
 
                 r = make_lock_file("/run/systemd/nspawn-network-zone", LOCK_EX, &bridge_lock);
                 if (r < 0)