From: Lennart Poettering Date: Thu, 21 Mar 2019 11:31:36 +0000 (+0100) Subject: capability: typo fix X-Git-Tag: v242-rc1~97^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=664ff517d323dcd8c33092df459c60b0dee3483a;p=thirdparty%2Fsystemd.git capability: typo fix --- diff --git a/src/basic/capability-util.c b/src/basic/capability-util.c index 6b5e3e05216..2c17e26016e 100644 --- a/src/basic/capability-util.c +++ b/src/basic/capability-util.c @@ -519,8 +519,8 @@ int capability_quintet_enforce(const CapabilityQuintet *q) { /* Now, let's enforce the caps for the first time. Note that this is where we acquire * caps in any of the sets we currently don't have. We have to do this before - * droppoing the bounding caps below, since at that point we can never acquire new - * caps in inherited/permitted/effective anymore, but only lose them.*/ + * dropping the bounding caps below, since at that point we can never acquire new + * caps in inherited/permitted/effective anymore, but only lose them. */ if (cap_set_proc(modified ?: c) < 0) return -errno;