]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
sd-bus: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 2 Feb 2024 00:22:40 +0000 (09:22 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 2 Feb 2024 00:22:43 +0000 (09:22 +0900)
Follow-up for 25fd5343ca3a3481d2e0d3f3aebab2fcf4e42bc7.

src/libsystemd/sd-bus/bus-control.c

index 0953b6ab26c9325a3e41ff5c603010f408279335..c420584c03840410006c34d216da8390ce98f483 100644 (file)
@@ -629,7 +629,7 @@ _public_ int sd_bus_get_name_creds(
                                                 }
                                         } else if (need_gids && streq(m, "UnixGroupIDs")) {
 
-                                                /* Note that D-Bus actualy only gives us a combined list of
+                                                /* Note that D-Bus actually only gives us a combined list of
                                                  * primary gid and supplementary gids. And we don't know
                                                  * which one the primary one is. We'll take the whole shebang
                                                  * hence and use it as the supplementary group list, and not