From 7de438cdb55e262a24cfff1fd42675784ec9b097 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 7 Apr 2025 16:54:05 +0900 Subject: [PATCH] NEWS,TODO: fix typo --- NEWS | 2 +- TODO | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 9c66dd53447..40043b15e18 100644 --- a/NEWS +++ b/NEWS @@ -5189,7 +5189,7 @@ CHANGES WITH 251: hostnamed. * hostnamed's D-Bus interface gained a new method GetHardwareSerial() - for reading the hardware serial number, as reportd by DMI. It also + for reading the hardware serial number, as reported by DMI. It also exposes a new method D-Bus property FirmwareVersion that encode the firmware version of the system. diff --git a/TODO b/TODO index 8ae09d69cd5..408c8bc1bde 100644 --- a/TODO +++ b/TODO @@ -1857,7 +1857,7 @@ Features: to 1K implicitly, unless explicitly opted-out. * rework seccomp/nnp logic that even if User= is used in combination with - a seccomp option we don't have to set NNP. For that, change uid first whil + a seccomp option we don't have to set NNP. For that, change uid first while keeping CAP_SYS_ADMIN, then apply seccomp, the drop cap. * when no locale is configured, default to UEFI's PlatformLang variable @@ -1904,7 +1904,7 @@ Features: * add support for "portablectl attach http://foobar.com/waaa.raw (i.e. importd integration) -* sync dynamic uids/gids between host+portable srvice (i.e. if DynamicUser=1 is set for a service, make sure that the +* sync dynamic uids/gids between host+portable service (i.e. if DynamicUser=1 is set for a service, make sure that the selected user is resolvable in the service even if it ships its own /etc/passwd) * Fix DECIMAL_STR_MAX or DECIMAL_STR_WIDTH. One includes a trailing NUL, the -- 2.47.3