Fix typos in docs, comments and test assert messages (#14872)

This commit is contained in:
Min ho Kim 2019-07-22 06:12:33 +10:00 committed by Terry Jan Reedy
parent 8e3a7380ec
commit 96e12d5f4f
21 changed files with 24 additions and 24 deletions

View file

@ -1243,7 +1243,7 @@ class ThreadedChildWatcher(AbstractChildWatcher):
It doesn't require subscription on POSIX signal
but a thread creation is not free.
The watcher has O(1) complexity, its perfomance doesn't depend
The watcher has O(1) complexity, its performance doesn't depend
on amount of spawn processes.
"""