]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 23 Mar 2022 03:22:53 +0000 (12:22 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 23 Mar 2022 03:22:53 +0000 (12:22 +0900)
NEWS

diff --git a/NEWS b/NEWS
index 03974aa26d9fdc7026641c48c025bb7cedc890f2..df5cba1b4ff3d97f4a58b3a69bb5da7ab0e26fda 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -39,7 +39,7 @@ CHANGES WITH 251 in spe:
 
         * sd-boot will now measure the kernel command line into TPM PCR 12
           rather than PCR 8. This improves usefulness of the measurements on
-          sytems where sd-boot is chainloaded from Grub. Grub measures all
+          systems where sd-boot is chainloaded from Grub. Grub measures all
           commands its executes into PCR 8, which makes it very hard to use
           reasonably, hence separate ourselves from that and use PCR 12
           instead, which is what certain Ubuntu editions already do. To retain
@@ -192,7 +192,7 @@ CHANGES WITH 251 in spe:
         * A new unit systemd-networkd-wait-online@<interface>.service can be
           used to wait for a specific interface to be up.
 
-        * systemd-resolved is started ealier (in sysinit.target), so it
+        * systemd-resolved is started earlier (in sysinit.target), so it
           available earlier and will also be started in the initrd if installed
           there.