]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 20 Jul 2022 04:15:37 +0000 (13:15 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 20 Jul 2022 04:15:37 +0000 (13:15 +0900)
TODO
man/kernel-install.xml
man/os-release.xml
src/kernel-install/test-kernel-install.sh
src/shared/condition.c
units/user@0.service.d/10-login-barrier.conf

diff --git a/TODO b/TODO
index cbe07661008d47e622fa169f415a3a4ecab83905..58f67c1feb03671cd860a70b0c22eadbe5293886 100644 (file)
--- a/TODO
+++ b/TODO
@@ -82,7 +82,7 @@ Features:
 * add small wrapper around qemu that implements sd_notify/AF_VSOCK + machined and
   maybe some other stuff and boots it
 
-* mybe add new flags to gpt partition tables for rootfs and usrfs indicating
+* maybe add new flags to gpt partition tables for rootfs and usrfs indicating
   purpose, i.e. whether something is supposed to be bootable in a VM, on
   baremetal, on an nspawn-style container, if it is a portable service image,
   or a sysext for initrd, for host os, or for portable container. Then hook
@@ -133,7 +133,7 @@ Features:
 * networkd/udevd: add a way to define additional .link, .network, .netdev files
   via the credentials logic.
 
-* fstab-generator: allow definining additional fstab-like mounts via
+* fstab-generator: allow defining additional fstab-like mounts via
   credentials (similar: crypttab-generator, verity-generator,
   integrity-generator)
 
@@ -174,11 +174,11 @@ Features:
 * pam_systemd: on interactive logins, maybe show SUPPORT_END information at
   login time, รก la motd
 
-* sd-boot: instead of uncondtionally deriving the ESP to search boot loader
+* sd-boot: instead of unconditionally deriving the ESP to search boot loader
   spec entries in from the paths of sd-boot binary, let's optionally allow it
-  to be configured on sd-boot cmdline + efi var. Usecase: embedd sd-boot in the
+  to be configured on sd-boot cmdline + efi var. Usecase: embed sd-boot in the
   UEFI firmware (for example, ovmf supports that via qemu cmdline option), and
-  use it to load stuff from the ESP).
+  use it to load stuff from the ESP.
 
 * make tmpfiles read lines from creds, so that we can provision SSH host keys
   via creds. Similar: sysusers, sysctl, homed
index 7ad7f86c6da2348475152cb4b5e8aabe508bd18b..f6a6c05126d4aceb223763855cc188cd9d8e892b 100644 (file)
 
       <para><varname>$KERNEL_INSTALL_MACHINE_ID</varname> is set for the plugins to the desired machine-id to
       use. It's always a 128-bit ID. Normally it's read from <filename>/etc/machine-id</filename>, but it can
-      also be overriden via <varname>$MACHINE_ID</varname> (see below).  If not specified via these methods a
+      also be overridden via <varname>$MACHINE_ID</varname> (see below).  If not specified via these methods a
       fallback value will generated by <command>kernel-install</command>, and used only for a single
       invocation.</para>
 
index 91fb6b563264e13624c42d7422da817cda384175..fc880c47651499a77be7b37461795af9d0bad053 100644 (file)
           not</emphasis> provided.</para>
 
           <para>For example, <literal>SUPPORT_END=2001-01-01</literal> means that the system was supported
-          until the end of the last day of the previous millenium.</para></listitem>
+          until the end of the last day of the previous millennium.</para></listitem>
         </varlistentry>
 
         <varlistentry>
index eda3eaaebf7b038f4234f55f1fdad5f2c33da406..2e440636680161319af264380d3e9adf471a3349 100755 (executable)
@@ -23,7 +23,7 @@ echo 'opt1 opt2' >"$D/sources/cmdline"
 cat >"$D/sources/install.conf" <<EOF
 layout=bls
 initrd_generator=none
-# those are overriden by envvars
+# those are overridden by envvars
 BOOT_ROOT="$D/badboot"
 MACHINE_ID=badbadbadbadbadbad6abadbadbadbad
 EOF
index 2fc22c3714065eb54038f85cb2c96dd6920c6366..7a983edfd7a28dcf8c6e1bbbf75a99826e4115af 100644 (file)
@@ -149,7 +149,7 @@ static int condition_test_credential(Condition *c, char **env) {
         assert(c->parameter);
         assert(c->type == CONDITION_CREDENTIAL);
 
-        /* For now we'll do a very simple existance check and are happy with either a regular or an encrypted
+        /* For now we'll do a very simple existence check and are happy with either a regular or an encrypted
          * credential. Given that we check the syntax of the argument we have the option to later maybe allow
          * contents checks too without breaking compatibility, but for now let's be minimalistic. */
 
index 6f8ff43b79959f2ce9324f9c64ac8ab2eb90456f..b777009086166c58b685329d98d2ee9906029dde 100644 (file)
@@ -7,6 +7,6 @@
 #  the Free Software Foundation; either version 2.1 of the License, or
 #  (at your option) any later version.
 
-# Empty file to mask its counterpart for unpriviledged users and thus cancels
+# Empty file to mask its counterpart for unprivileged users and thus cancels
 # "After=systemd-user-session.service" ordering constraint so that root can log
 # in even if the boot process is not yet finished.