]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 17 Jan 2021 06:43:14 +0000 (15:43 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 17 Jan 2021 07:20:27 +0000 (16:20 +0900)
docs/ENVIRONMENT.md
man/systemctl.xml
src/basic/util.c

index 8eb2b9b9e2d9717caecbc91014afb9e59f3556ee..065d78c6b43a8ded646de3860c65aa30dcb4f2b8 100644 (file)
@@ -56,7 +56,7 @@ All tools:
   method. Defaults to `auto`. Behavior is defined as follows:
   `auto`: Checks if `/etc/initrd-release` exists, and a temporary fs is mounted
           on `/`. If both conditions meet, then it's in initrd.
-  `lenient`: Similiar to `auto`, but the rootfs check is skipped.
+  `lenient`: Similar to `auto`, but the rootfs check is skipped.
   `0|1`: Simply overrides initrd detection. This is useful for debugging and
          testing initrd-only programs in the main system.
 
index b512f4a8b8516a58f67204f214405fba1dd39ec9..bb702cb078b3b9473fffa7fb23f3224441282b00 100644 (file)
@@ -1868,7 +1868,7 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err
           However, if <literal>no</literal> is specified or <literal>auto</literal> is specified on a
           non-interactive requests, the established locks are ignored and not shown, and the operation
           attempted anyway, possibly requiring additional privileges.
-          May be overriden by <option>--force</option>.</para>
+          May be overridden by <option>--force</option>.</para>
         </listitem>
       </varlistentry>
 
index d24d52190cd08dc89efcfdda52c25ac482bd2a92..de04a01a759fdce78a2258f937047a4e17ee16dd 100644 (file)
@@ -70,7 +70,7 @@ bool in_initrd(void) {
          *
          * If env var $SYSTEMD_IN_INITRD is not set or set to "auto",
          * both checks are used. If it's set to "lenient", only check
-         * 1 is used. If set to a booleen value, then the boolean
+         * 1 is used. If set to a boolean value, then the boolean
          * value is returned.
          */