]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 1 Dec 2021 15:07:21 +0000 (00:07 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 1 Dec 2021 15:51:02 +0000 (00:51 +0900)
docs/CONTAINER_INTERFACE.md
src/boot/efi/meson.build

index 9ce4f6458709121a8466a89f20349e9b0d89477a..7caa9eeea9594c5e6bf628feca896d30078f435e 100644 (file)
@@ -38,8 +38,8 @@ manager, please consider supporting the following interfaces.
 
 3. Pre-mount `/dev/` as (container private) `tmpfs` for the container and bind
    mount some suitable TTY to `/dev/console`. If this is a pty, make sure to not
-   close the controling pty master during systemd's lifetime. PID1 will close ttys,
-   to avoid being killed by SAK. It only opens ttys for the time it
+   close the controlling pty master during systemd's lifetime. PID1 will close
+   ttys, to avoid being killed by SAK. It only opens ttys for the time it
    actually needs to print something. Also, make sure to create device
    nodes for `/dev/null`, `/dev/zero`, `/dev/full`, `/dev/random`,
    `/dev/urandom`, `/dev/tty`, `/dev/ptmx` in `/dev/`. It is not necessary to
index ffc62a98da598b082ceec074fb19255e81cf0c6f..e32664ca890c5fd441528000766942f3b437eeb3 100644 (file)
@@ -28,7 +28,7 @@ if efi_arch.length() == 0
         if get_option('gnu-efi') == 'true'
                 error('gnu-efi support requested, but headers not found or efi arch is unknown')
         endif
-        warning('gnu-efi headers not found or efi arch is unkown, disabling gnu-efi support')
+        warning('gnu-efi headers not found or efi arch is unknown, disabling gnu-efi support')
         subdir_done()
 endif