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)
committerMichael Biebl <biebl@debian.org>
Fri, 15 Nov 2019 21:01:17 +0000 (21:01 +0000)
(cherry picked from commit fc103b3e342429637527d3042bf7bdf15c12624d)
(cherry picked from commit 25bb377a73e72ef1443d5de87b7a801b12a3839c)

Gbp-Pq: Name cgroup-fix-typo-in-BPF-firewall-support-warning-message.patch

src/core/dbus-cgroup.c

index accd831dfa12aec1c5d986740eeecf4931a3e318..58be888c4dcc627e6c92ea487c8f744b58752b0b 100644 (file)
@@ -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;
                                 }