This is an automated email from the ASF dual-hosted git repository.
jiayuliu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
The following commit(s) were added to refs/heads/master by this push:
new 981400757 fix typo
new 5a1924788 Merge pull request #2636 from PikachuHy/master
981400757 is described below
commit 981400757179c784665088daa5ba1a0f3ad7e8c1
Author: PikachuHy <[email protected]>
AuthorDate: Sun Jul 31 01:00:43 2022 +0800
fix typo
---
lib/py/src/server/TNonblockingServer.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/py/src/server/TNonblockingServer.py
b/lib/py/src/server/TNonblockingServer.py
index fdf6779ad..cef4079c0 100644
--- a/lib/py/src/server/TNonblockingServer.py
+++ b/lib/py/src/server/TNonblockingServer.py
@@ -21,7 +21,7 @@
The main idea of the server is to receive and send requests
only from the main thread.
-The thread poool should be sized for concurrent tasks, not
+The thread pool should be sized for concurrent tasks, not
maximum connections
"""