From: Mike Kazantsev Date: Thu, 3 Oct 2019 13:11:41 +0000 (+0500) Subject: cgroup: fix typo in BPF firewall support warning message X-Git-Tag: v244-rc1~229 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc103b3e342429637527d3042bf7bdf15c12624d;p=thirdparty%2Fsystemd.git cgroup: fix typo in BPF firewall support warning message --- diff --git a/src/core/dbus-cgroup.c b/src/core/dbus-cgroup.c index 00b71298dc5..b30318b943f 100644 --- a/src/core/dbus-cgroup.c +++ b/src/core/dbus-cgroup.c @@ -554,7 +554,7 @@ static int bus_cgroup_set_transient_property( static bool warned = false; log_full(warned ? LOG_DEBUG : LOG_WARNING, - "Transient unit %s configures an IP firewall with BPF, but the local system does not support BPF/cgroup firewalling with mulitiple filters.\n" + "Transient unit %s configures an IP firewall with BPF, but the local system does not support BPF/cgroup firewalling with multiple filters.\n" "Starting this unit will fail! (This warning is only shown for the first started transient unit using IP firewalling.)", u->id); warned = true; }