]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 2 Mar 2021 05:13:34 +0000 (14:13 +0900)
committerLennart Poettering <lennart@poettering.net>
Tue, 2 Mar 2021 08:48:20 +0000 (09:48 +0100)
man/common-variables.xml
man/systemd-coredump.xml
src/core/namespace.c

index 7798d977146a2e480c1014820c32c804ba585ff2..29922aa85a65f0afb6e50a776b4ad8ac0288a9a8 100644 (file)
@@ -75,7 +75,7 @@
       project='man-pages'><refentrytitle>syslog</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
       <constant>kmsg</constant> (log to the kernel circular log buffer), <constant>journal</constant> (log to
       the journal), <constant>journal-or-kmsg</constant> (log to the journal if available, and to kmsg
-      otherwise), <constant>auto</constant> (dermine the appropriate log target automatically, the default),
+      otherwise), <constant>auto</constant> (determine the appropriate log target automatically, the default),
       <constant>null</constant> (disable log output).</para>
       <!-- <constant>syslog</constant>, <constant>syslog-or-kmsg</constant> are deprecated -->
       </listitem>
index 8ddb8ef3ca70c216b117e819f4299ecdf012de91..e84f8113fbda6b863738735462c41c276385ffc4 100644 (file)
@@ -302,7 +302,7 @@ flags:   ...
         <filename>/proc/<replaceable>pid</replaceable>/limits</filename> (the soft and hard resource limits),
         <filename>/proc/<replaceable>pid</replaceable>/mountinfo</filename> (mount points in the process's
         mount namespace), <filename>/proc/<replaceable>pid</replaceable>/environ</filename>
-        (the environemnt block of the crashed process).</para>
+        (the environment block of the crashed process).</para>
 
         <para>See
         <citerefentry project='man-pages'><refentrytitle>proc</refentrytitle><manvolnum>5</manvolnum></citerefentry>
index 829fa61738bd3c9a6c0a542ad0c548f9129ce2e2..04b631d90c9a956e8e9b92186fe6c8b0c50ec6d8 100644 (file)
@@ -418,7 +418,7 @@ static int append_extension_images(
                 return 0;
 
         /* Prepare a list of overlays, that will have as each element a string suitable for being
-         * passed as a lowerdir= parameter, so start with the hierachy on the root.
+         * passed as a lowerdir= parameter, so start with the hierarchy on the root.
          * The overlays vector will have the same number of elements and will correspond to the
          * hierarchies vector, so they can be iterated upon together. */
         STRV_FOREACH(hierarchy, hierarchies) {