From: Yu Watanabe Date: Mon, 25 Aug 2025 19:54:16 +0000 (+0900) Subject: core: fix typo X-Git-Tag: v258-rc4~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dac478c44cee20f584baf9c8fde2a4460839e902;p=thirdparty%2Fsystemd.git core: fix typo Follow-up for b3415f5daef49642be3d5f417b8880c078420ff7. --- diff --git a/src/core/exec-invoke.c b/src/core/exec-invoke.c index 72050aad694..7fbc2d6a797 100644 --- a/src/core/exec-invoke.c +++ b/src/core/exec-invoke.c @@ -4098,7 +4098,7 @@ static int setup_keyring( return log_error_errno(errno, "Failed to change GID back for user keyring: %m"); } - /* Populate they keyring with the invocation ID by default, as original saved_uid. */ + /* Populate the keyring with the invocation ID by default, as original saved_uid. */ if (!sd_id128_is_null(p->invocation_id)) { key_serial_t key;