]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
man: fix typo in tc-mirred man page
authorAndrea Claudi <aclaudi@redhat.com>
Wed, 8 May 2024 10:38:52 +0000 (12:38 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 8 May 2024 15:11:41 +0000 (08:11 -0700)
Signed-off-by: Andrea Claudi <aclaudi@redhat.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
man/man8/tc-mirred.8

index 46d894ce67d39265f0e054b470dae1d5525b8804..6959e3e60a5dcb8b0a2447d345bcadbe9076e0d9 100644 (file)
@@ -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).