Fix typo in test_helper.tcl (#1080)

Fix typo in test_helper.tcl: even driven => event driven

Signed-off-by: chx9 <cheng.huan@icloud.com>
This commit is contained in:
chx9 2024-09-28 11:48:35 +08:00 committed by GitHub
parent a37dee4b3a
commit bb57dfe630
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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]