Fix typos found by codespell

Signed-off-by: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>
This commit is contained in:
Dimitri Papadopoulos 2022-05-24 08:08:46 +02:00
parent 85c4f9414a
commit 2b8ad3e4f4
No known key found for this signature in database
GPG Key ID: 95998121D9D25F5D
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ This directory contains files that might be useful to analyze iperf3 results
iperf3_to_gnuplot.py: converts iperf3 JSON output to format easy to plot in gnuplot
iperf3.gp: sample gnuplot commands to plot throught and retransmits
iperf3.gp: sample gnuplot commands to plot throughput and retransmits
Other iperf3 related projects that might be of interest:

View File

@ -63,7 +63,7 @@ body {
}
/*
* Veritcal divider
* Vertical divider
*/
.navbar .divider-vertical {
height: 50px;

View File

@ -427,7 +427,7 @@ extern int gerror; /* error value from getaddrinfo(3), for use in internal error
#define UDP_CONNECT_REPLY 0x39383736 // "9876" - legacy value was 987654321
#define LEGACY_UDP_CONNECT_REPLY 987654321 // Old servers may still reply with the legacy value
/* In Reverse mode, maxmimum number of packtes to wait for "accept" response - to handle out of order packets */
/* In Reverse mode, maximum number of packets to wait for "accept" response - to handle out of order packets */
#define MAX_REVERSE_OUT_OF_ORDER_PACKETS 2
#endif /* !__IPERF_H */

View File

@ -225,7 +225,7 @@ const char usage_longstr[] = "Usage: iperf3 [-s|-c host] [options]\n"
#ifdef OBSOLETE /* from old iperf: no longer supported. Add some of these back someday */
"-d, --dualtest Do a bidirectional test simultaneously\n"
"-L, --listenport # port to recieve bidirectional tests back on\n"
"-L, --listenport # port to receive bidirectional tests back on\n"
"-I, --stdin input the data to be transmitted from stdin\n"
"-F, --fileinput <name> input the data to be transmitted from a file\n"
"-r, --tradeoff Do a bidirectional test individually\n"