From: Luca Boccassi Date: Thu, 2 Sep 2021 11:37:36 +0000 (+0100) Subject: tree-wide: fix some typos found by Lintian X-Git-Tag: v5.15.0~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ceba59308db269ca841f7f059e9810abdd36978f;p=thirdparty%2Fiproute2.git tree-wide: fix some typos found by Lintian Signed-off-by: Luca Boccassi Signed-off-by: Stephen Hemminger --- diff --git a/man/man8/devlink-port.8 b/man/man8/devlink-port.8 index 12ccc47ed..147c8e271 100644 --- a/man/man8/devlink-port.8 +++ b/man/man8/devlink-port.8 @@ -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 " } " diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in index 572bed872..1a3216e0f 100644 --- a/man/man8/ip-link.8.in +++ b/man/man8/ip-link.8.in @@ -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 " diff --git a/man/man8/tc-u32.8 b/man/man8/tc-u32.8 index a23a18466..fec9af7f9 100644 --- a/man/man8/tc-u32.8 +++ b/man/man8/tc-u32.8 @@ -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 diff --git a/tc/q_netem.c b/tc/q_netem.c index d93e1c731..2e5a46ab7 100644 --- a/tc/q_netem.c +++ b/tc/q_netem.c @@ -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; } }