]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 4 May 2021 11:16:12 +0000 (20:16 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 4 May 2021 13:03:04 +0000 (15:03 +0200)
docs/CONTAINER_INTERFACE.md
src/core/bpf/socket_bind/socket-bind-api.bpf.h

index 16e9224b73d5ef106902409f10948c2275cd29a8..ff458bd770ab37091fe339be3ce13ee9014e8872 100644 (file)
@@ -336,7 +336,7 @@ care should be taken to avoid naming conflicts. `systemd` (and in particular
    actual attempt to make use of the audit subsystem will fail. Note that
    systemd's audit support is partially conditioned on these capabilities, thus
    by dropping them you ensure that you get an entirely clean boot, as systemd
-   will make no attempt to use it. If you pass the capabilites to the payload
+   will make no attempt to use it. If you pass the capabilities to the payload
    systemd will assume that audit is available and works, and some components
    will subsequently fail in various ways. Note that once the kernel learnt
    native support for container-virtualized audit, adding the capability to the
index 2f084087475bb73359aee674d27f58f41ef8e708..418889955bbcf9093ef90979f0c6473a9df241f5 100644 (file)
@@ -18,7 +18,7 @@
  * are matched by ports.
  * nr_ports and port_min fields specify a set of ports to match a user port
  * with.
- * If nr_ports is 0, maching by port is bypassed, making that rule applicable
+ * If nr_ports is 0, matching by port is bypassed, making that rule applicable
  * for all possible ports, e.g. [1, 65535] range. Thus a rule with
  * address_family and nr_ports equal to AF_UNSPEC and 0 correspondingly forms
  * 'allow any' or 'deny any' cases.