Skip to content

Commit

Permalink
Merge pull request #1350 from DimitriPapadopoulos/not_codespell
Browse files Browse the repository at this point in the history
Fix typos not found by codespell
  • Loading branch information
swlars authored Jun 30, 2022
2 parents 6cdcde8 + c803257 commit 7d21cd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELNOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ iperf 3.0b4 2010-08-02
* Setting TCP window size (-w) is now supported
* Updates to iperf_error
* Added new errors
* Should generate more relavent messages
* Should generate more relevant messages
* Stream list now managed by queue.h macros
* Test structures are now kept intact after a test is run (for API users)
* Improved interval timer granularity
Expand Down
2 changes: 1 addition & 1 deletion src/iperf_udp.c
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ iperf_udp_connect(struct iperf_test *test)
*/
buf = UDP_CONNECT_MSG;
if (test->debug) {
printf("Sending Connect message to Sockt %d\n", s);
printf("Sending Connect message to Socket %d\n", s);
}
if (write(s, &buf, sizeof(buf)) < 0) {
// XXX: Should this be changed to IESTREAMCONNECT?
Expand Down

0 comments on commit 7d21cd5

Please sign in to comment.