From d1ea7b0618a8370cd55fc6a0b3d554274f52fbc1 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. (cherry picked from commit dac478c44cee20f584baf9c8fde2a4460839e902) --- 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 cc0a865c77d..b0179188966 100644 --- a/src/core/exec-invoke.c +++ b/src/core/exec-invoke.c @@ -3634,7 +3634,7 @@ static int setup_keyring( "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