From 664ff517d323dcd8c33092df459c60b0dee3483a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 21 Mar 2019 12:31:36 +0100 Subject: [PATCH] capability: typo fix --- src/basic/capability-util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.2