sd-bus: fix typo

Follow-up for 25fd5343ca.
This commit is contained in:
Yu Watanabe
2024-02-02 09:22:40 +09:00
parent 431042e901
commit 35dab29d58

View 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