From 35dab29d58ce3fceadc923b7f299df2e0a0fec7b Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 2 Feb 2024 09:22:40 +0900 Subject: [PATCH] sd-bus: fix typo Follow-up for 25fd5343ca3a3481d2e0d3f3aebab2fcf4e42bc7. --- src/libsystemd/sd-bus/bus-control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3