Netdev Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH iproute2] tree-wide: fix some typos found by Lintian
@ 2021-09-02 11:37 luca.boccassi
  0 siblings, 0 replies; only message in thread
From: luca.boccassi @ 2021-09-02 11:37 UTC (permalink / raw)
  To: netdev; +Cc: stephen, dsahern

From: Luca Boccassi <bluca@debian.org>

Signed-off-by: Luca Boccassi <bluca@debian.org>
---
 man/man8/devlink-port.8 | 2 +-
 man/man8/ip-link.8.in   | 2 +-
 man/man8/tc-u32.8       | 2 +-
 tc/q_netem.c            | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-02 11:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-02 11:37 [PATCH iproute2] tree-wide: fix some typos found by Lintian luca.boccassi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).