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: archive/raspbian/243-7+rpi1^2~29 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bc2a7634035d94eda5ac99a3b0e04a62bd7e852b;p=systemd.git cgroup: fix typo in BPF firewall support warning message (cherry picked from commit fc103b3e342429637527d3042bf7bdf15c12624d) (cherry picked from commit 25bb377a73e72ef1443d5de87b7a801b12a3839c) Gbp-Pq: Name cgroup-fix-typo-in-BPF-firewall-support-warning-message.patch --- diff --git a/src/core/dbus-cgroup.c b/src/core/dbus-cgroup.c index accd831d..58be888c 100644 --- a/src/core/dbus-cgroup.c +++ b/src/core/dbus-cgroup.c @@ -531,7 +531,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; }