summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Claudi <aclaudi@redhat.com>2024-05-08 12:38:52 +0200
committerStephen Hemminger <stephen@networkplumber.org>2024-05-08 08:11:41 -0700
commit397383a30c3b0e3ff551042b6654898a0872b83e (patch)
tree2a4981d7cfedb9aec1ea14f7dda966da10100249
parentc9eab8973ccfcd6e1cf8e46343e00b484b25661a (diff)
man: fix typo in tc-mirred man page
Signed-off-by: Andrea Claudi <aclaudi@redhat.com> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
-rw-r--r--man/man8/tc-mirred.82
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man8/tc-mirred.8 b/man/man8/tc-mirred.8
index 46d894ce..6959e3e6 100644
--- a/man/man8/tc-mirred.8
+++ b/man/man8/tc-mirred.8
@@ -37,7 +37,7 @@ receives. Mirroring is what is sometimes referred to as Switch Port Analyzer
(SPAN) and is commonly used to analyze and/or debug flows.
When mirroring to a tc block, the packet will be mirrored to all the ports in
the block with exception of the port where the packet ingressed, if that port is
-part of the tc block. Redirecting is simillar to mirroring except that the
+part of the tc block. Redirecting is similar to mirroring except that the
behaviour is to mirror to the first N - 1 ports in the block and redirect to the
last one (note that the port in which the packet arrived is not going to be
mirrored or redirected to).