mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-17 03:55:59 +01:00
Fix typo
This commit is contained in:
parent
1132080296
commit
8eec0be8d1
@ -40,7 +40,7 @@ class Util_API Timer: protected Poco::Runnable
|
||||
/// sequentially. Therefore, tasks should complete their work as quickly
|
||||
/// as possible, otherwise subsequent tasks may be delayed.
|
||||
///
|
||||
/// Timer is save for multithreaded use - multiple threads can schedule
|
||||
/// Timer is safe for multithreaded use - multiple threads can schedule
|
||||
/// new tasks simultaneously.
|
||||
///
|
||||
/// Acknowledgement: The interface of this class has been inspired by
|
||||
|
Loading…
Reference in New Issue
Block a user