From a783421498ecd449193c99c3e803f4c0c47590e3 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 2 Dec 2021 00:07:21 +0900 Subject: [PATCH] tree-wide: fix typo --- docs/CONTAINER_INTERFACE.md | 4 ++-- src/boot/efi/meson.build | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/CONTAINER_INTERFACE.md b/docs/CONTAINER_INTERFACE.md index 9ce4f645870..7caa9eeea95 100644 --- a/docs/CONTAINER_INTERFACE.md +++ b/docs/CONTAINER_INTERFACE.md @@ -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 diff --git a/src/boot/efi/meson.build b/src/boot/efi/meson.build index ffc62a98da5..e32664ca890 100644 --- a/src/boot/efi/meson.build +++ b/src/boot/efi/meson.build @@ -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 -- 2.47.3