diff --git a/man/man8/devlink-port.8 b/man/man8/devlink-port.8 index 12ccc47e..147c8e27 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 572bed87..1a3216e0 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 a23a1846..fec9af7f 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 d93e1c73..2e5a46ab 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; } }