From 643fdf403327abf1d962ab3e460b8948935b8b85 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 29 Jun 2024 22:17:29 +0200 Subject: [PATCH] README: Fix typo in "incoming" Signed-off-by: aszlig --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 714bb3d..aa210cd 100644 --- a/README.adoc +++ b/README.adoc @@ -218,7 +218,7 @@ The IP address to match, which can be either an IPv4 or an IPv6 address. *port*='PORT'[-'PORT_END']:: Match the UDP or TCP port number which for outgoing connections specifies the -target port and for incomping connections the port that the socket is bound to. +target port and for incoming connections the port that the socket is bound to. + If a range is specified by separating two port numbers via `-`, the given range is matched instead of just a single port. The range is inclusive, so if