Skip to content

Commit

Permalink
README: Fix typo in "incoming"
Browse files Browse the repository at this point in the history
Signed-off-by: aszlig <[email protected]>
  • Loading branch information
aszlig committed Jun 29, 2024
1 parent 050ddf7 commit 643fdf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 643fdf4

Please sign in to comment.