Skip to content

Commit

Permalink
Fix typo in test_helper.tcl (#1080)
Browse files Browse the repository at this point in the history
Fix typo in test_helper.tcl: even driven => event driven

Signed-off-by: chx9 <[email protected]>
  • Loading branch information
chx9 authored Sep 28, 2024
1 parent a37dee4 commit bb57dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_helper.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ proc the_end {} {
}
}

# The client is not even driven (the test server is instead) as we just need
# The client is not event driven (the test server is instead) as we just need
# to read the command, execute, reply... all this in a loop.
proc test_client_main server_port {
set ::test_server_fd [socket localhost $server_port]
Expand Down

0 comments on commit bb57dfe

Please sign in to comment.