Unverified Commit 5f7d7ce8 authored by chx9's avatar chx9 Committed by GitHub
Browse files

fix typo in test_helper.tcl (#13576)

fix typo in test_helper.tcl: even driven => event driven
parent d092d64d
......@@ -506,7 +506,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]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment