From bb57dfe6303ae53259cf7806c696cf56c637b4e7 Mon Sep 17 00:00:00 2001
From: chx9 <cheng.huan@icloud.com>
Date: Sat, 28 Sep 2024 11:48:35 +0800
Subject: [PATCH] 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>
---
 tests/test_helper.tcl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_helper.tcl b/tests/test_helper.tcl
index 665ba9771..a9640b4f2 100644
--- a/tests/test_helper.tcl
+++ b/tests/test_helper.tcl
@@ -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]