cgroup: fix typo in BPF firewall support warning message
authorMike Kazantsev <mk.fraggod@gmail.com>
Thu, 3 Oct 2019 13:11:41 +0000 (18:11 +0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 3 Oct 2019 13:48:57 +0000 (15:48 +0200)
src/core/dbus-cgroup.c

index 00b7129..b30318b 100644 (file)
@@ -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;
                                 }