summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPikachuHy <pikachuhy@163.com>2022-07-31 01:00:43 +0800
committerPikachuHy <pikachuhy@163.com>2022-07-31 01:00:43 +0800
commit981400757179c784665088daa5ba1a0f3ad7e8c1 (patch)
tree32542e9012280ab6f24054d75d3cddf86e34dddf
parent7a5f29d48d6b99f14190d9d7bff0e63170965087 (diff)
downloadthrift-981400757179c784665088daa5ba1a0f3ad7e8c1.tar.gz
fix typo
-rw-r--r--lib/py/src/server/TNonblockingServer.py2
1 files changed, 1 insertions, 1 deletions
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
"""