]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
s/wakup/wakeup (GH-20250)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 20 May 2020 17:58:55 +0000 (10:58 -0700)
committerGitHub <noreply@github.com>
Wed, 20 May 2020 17:58:55 +0000 (10:58 -0700)
(as title)

Automerge-Triggered-By: @Mariatta
(cherry picked from commit f2947e354c95d246b1836ac78d4c820c420e259b)

Co-authored-by: Kunal Bhalla <bhalla.kunal@gmail.com>
Lib/asyncio/unix_events.py

index 8c0a57482b7a4945ee7d1ceb35ee7e762902a288..1ff8c427da4a6624ac54e1a5a224f0d58a360eec 100644 (file)
@@ -101,7 +101,7 @@ class _UnixSelectorEventLoop(selector_events.BaseSelectorEventLoop):
 
         try:
             # Register a dummy signal handler to ask Python to write the signal
-            # number in the wakup file descriptor. _process_self_data() will
+            # number in the wakeup file descriptor. _process_self_data() will
             # read signal numbers from this file descriptor to handle signals.
             signal.signal(sig, _sighandler_noop)