mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-04 16:06:44 +01:00
Fix typo in the ThreadPool's docs
This commit is contained in:
parent
013c867615
commit
d9252b744b
@ -41,7 +41,7 @@ class Foundation_API ThreadPool
|
||||
/// Threads in a thread pool are re-used once they become
|
||||
/// available again.
|
||||
/// The thread pool always keeps a minimum number of threads
|
||||
/// running. If the demans for threads increases, additional
|
||||
/// running. If the demand for threads increases, additional
|
||||
/// threads are created. Once the demand for threads sinks
|
||||
/// again, no-longer used threads are stopped and removed
|
||||
/// from the pool.
|
||||
|
Loading…
x
Reference in New Issue
Block a user