diff options
author | Mike Kazantsev <mk.fraggod@gmail.com> | 2019-10-03 15:11:41 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-10-03 15:48:57 +0200 |
commit | fc103b3e342429637527d3042bf7bdf15c12624d (patch) | |
tree | 42ecb9cc71f33a0453f22680b573540e40c7cf16 /src/core/dbus-cgroup.c | |
parent | Merge pull request #12818 from yuwata/network-issue-8726 (diff) | |
download | systemd-fc103b3e342429637527d3042bf7bdf15c12624d.tar.xz systemd-fc103b3e342429637527d3042bf7bdf15c12624d.zip |
cgroup: fix typo in BPF firewall support warning message
Diffstat (limited to 'src/core/dbus-cgroup.c')
-rw-r--r-- | src/core/dbus-cgroup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/dbus-cgroup.c b/src/core/dbus-cgroup.c index 00b71298dc..b30318b943 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; } |