From: Yu Watanabe Date: Fri, 2 Feb 2024 00:22:40 +0000 (+0900) Subject: sd-bus: fix typo X-Git-Tag: v256-rc1~983 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35dab29d58ce3fceadc923b7f299df2e0a0fec7b;p=thirdparty%2Fsystemd.git sd-bus: fix typo Follow-up for 25fd5343ca3a3481d2e0d3f3aebab2fcf4e42bc7. --- diff --git a/src/libsystemd/sd-bus/bus-control.c b/src/libsystemd/sd-bus/bus-control.c index 0953b6ab26c..c420584c038 100644 --- a/src/libsystemd/sd-bus/bus-control.c +++ b/src/libsystemd/sd-bus/bus-control.c @@ -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