]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
treewide: fix typos (#4217)
authorTorstein Husebø <torstein@huseboe.net>
Mon, 26 Sep 2016 09:32:47 +0000 (11:32 +0200)
committerMartin Pitt <martin.pitt@ubuntu.com>
Mon, 26 Sep 2016 09:32:47 +0000 (11:32 +0200)
man/systemd.netdev.xml
src/nspawn/nspawn.c
src/vconsole/vconsole-setup.c

index c8b5a057f8d2f42e082d88140f3fcb275dde4645..68ebd5c9f4499dcc842eb00c2fd31399c7e85411 100644 (file)
           <term><varname>AgeingTimeSec=</varname></term>
           <listitem>
             <para>This specifies the number of seconds a MAC Address will be kept in
-            the forwaring database after having a packet received from this MAC Address.</para>
+            the forwarding database after having a packet received from this MAC Address.</para>
           </listitem>
         </varlistentry>
         <varlistentry>
index 0d61d34ebf77d699416e7aecf49a001dc0873d51..5e0207adf015e9ee2f7474be7bd15688e28c6da8 100644 (file)
@@ -1222,7 +1222,7 @@ static int setup_timezone(const char *dest) {
         if (r < 0) {
                 log_warning("host's /etc/localtime is not a symlink, not updating container timezone.");
                 /* to handle warning, delete /etc/localtime and replace it
-                 * it /w a symbolic link to a time zone data file.
+                 * with a symbolic link to a time zone data file.
                  *
                  * Example:
                  * ln -s /usr/share/zoneinfo/UTC /etc/localtime
index c0d76f9685f5bb82b9df2b414a4ce165a741841b..ac4ceb148684a381daec84459e0ef4d709cde5ad 100644 (file)
@@ -75,7 +75,7 @@ static bool is_settable(int fd) {
         r = ioctl(fd, KDGKBMODE, &curr_mode);
         /*
          * Make sure we only adjust consoles in K_XLATE or K_UNICODE mode.
-         * Oterwise we would (likely) interfere with X11's processing of the
+         * Otherwise we would (likely) interfere with X11's processing of the
          * key events.
          *
          * http://lists.freedesktop.org/archives/systemd-devel/2013-February/008573.html