]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
tree-wide: fix some typos found by Lintian
authorLuca Boccassi <bluca@debian.org>
Thu, 2 Sep 2021 11:37:36 +0000 (12:37 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Thu, 2 Sep 2021 15:39:48 +0000 (08:39 -0700)
Signed-off-by: Luca Boccassi <bluca@debian.org>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
man/man8/devlink-port.8
man/man8/ip-link.8.in
man/man8/tc-u32.8
tc/q_netem.c

index 12ccc47ed7ca2a4fea3db424af2d563ac6980b3d..147c8e271d796bdbf28109f867fe52fb33ccf06b 100644 (file)
@@ -160,7 +160,7 @@ Is an alias for
 .PP
 .B "DEV/PORT_INDEX"
 - specifies the devlink port index to use for the requested new port.
-This is optional. When ommited, driver allocates unique port index.
+This is optional. When omitted, driver allocates unique port index.
 
 .TP
 .BR flavour " { " pcipf " | " pcisf " } "
index 572bed872eed6c77078393d381f4abcb4d6043d1..1a3216e0f2cbbaaba383b9cbdf0e5066361d7a09 100644 (file)
@@ -2515,7 +2515,7 @@ specifies the master device which enslaves devices to show.
 .TP
 .BI vrf " NAME "
 .I NAME
-speficies the VRF which enslaves devices to show.
+specifies the VRF which enslaves devices to show.
 
 .TP
 .BI type " TYPE "
index a23a18466428a3a43298c550185177d974721b1d..fec9af7f9adb1a0e2f9413ccddcea0032bc7b384 100644 (file)
@@ -286,7 +286,7 @@ though inverses this behaviour: the offset is applied always, and
 will fall back to zero.
 .TP
 .BI hashkey " HASHKEY"
-Spefify what packet data to use to calculate a hash key for bucket lookup. The
+Specify what packet data to use to calculate a hash key for bucket lookup. The
 kernel adjusts the value according to the hash table's size. For this to work,
 the option
 .B link
index d93e1c7315d286caa70df3b46f90a7ef7df08fdb..2e5a46ab7b25e78945ddc9d3b6107eea2fca55c5 100644 (file)
@@ -267,7 +267,7 @@ static int netem_parse_opt(struct qdisc_util *qu, int argc, char **argv,
                                        NEXT_ARG();
                                        ++present[TCA_NETEM_CORR];
                                        if (get_percent(&cor.loss_corr, *argv)) {
-                                               explain1("loss correllation");
+                                               explain1("loss correlation");
                                                return -1;
                                        }
                                }