]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 25 Aug 2025 19:54:16 +0000 (04:54 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 3 Sep 2025 10:10:48 +0000 (12:10 +0200)
Follow-up for b3415f5daef49642be3d5f417b8880c078420ff7.

(cherry picked from commit dac478c44cee20f584baf9c8fde2a4460839e902)

src/core/exec-invoke.c

index cc0a865c77d21edaa5ea6775122fadb33d3f9a3f..b01791889663d7ed874b839f76e1f728333abec2 100644 (file)
@@ -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;