tree-wide: fix some typos found by Lintian

Signed-off-by: Luca Boccassi <bluca@debian.org>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
Luca Boccassi 2021-09-02 12:37:36 +01:00 committed by Stephen Hemminger
parent 7a70524270
commit ceba59308d
4 changed files with 4 additions and 4 deletions

View 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 " } "

View 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 "

View 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

View 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;
}
}