From dac478c44cee20f584baf9c8fde2a4460839e902 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 26 Aug 2025 04:54:16 +0900 Subject: [PATCH] core: fix typo Follow-up for b3415f5daef49642be3d5f417b8880c078420ff7. --- src/core/exec-invoke.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3