From 63770dbb3817f54cd8e43d75f4a22c9e42f3cd2d Mon Sep 17 00:00:00 2001 From: desbma-s1n Date: Thu, 14 Nov 2024 14:54:52 +0100 Subject: [PATCH] fix: comment typo --- src/systemd/options.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/systemd/options.rs b/src/systemd/options.rs index d4e3cf2..e6b1a3c 100644 --- a/src/systemd/options.rs +++ b/src/systemd/options.rs @@ -1324,7 +1324,7 @@ pub(crate) fn build_options( }), )) .chain( - // AF_NETLINK sockets use SOCK_RAW, but dot not require CAP_NET_RAW + // AF_NETLINK sockets use SOCK_RAW, but does not require CAP_NET_RAW afs.iter().filter(|af| **af != "AF_NETLINK").map(|af| { OptionValueEffect::DenyAction(ProgramAction::NetworkActivity( NetworkActivity {