#19970: Fix some comment typos.

Report and patch by Vajrasky Kok.
This commit is contained in:
R David Murray 2013-12-13 20:52:19 -05:00
parent 98620d87f2
commit fc06999e0b
3 changed files with 4 additions and 4 deletions

View file

@ -825,7 +825,7 @@ class PendingSignalsTests(unittest.TestCase):
# Unblock SIGUSR1
try:
# unblock the pending signal calls immediatly the signal handler
# unblock the pending signal calls immediately the signal handler
signal.pthread_sigmask(signal.SIG_UNBLOCK, [signum])
except ZeroDivisionError:
pass