From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 20 May 2020 17:59:00 +0000 (-0700) Subject: s/wakup/wakeup (GH-20250) X-Git-Tag: v3.7.8rc1~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e91032b677dd30cc21d6612b3a73e34e5d434b98;p=thirdparty%2FPython%2Fcpython.git s/wakup/wakeup (GH-20250) (as title) Automerge-Triggered-By: @Mariatta (cherry picked from commit f2947e354c95d246b1836ac78d4c820c420e259b) Co-authored-by: Kunal Bhalla --- diff --git a/Lib/asyncio/unix_events.py b/Lib/asyncio/unix_events.py index 7034fc28d3e1..e037e12965bd 100644 --- a/Lib/asyncio/unix_events.py +++ b/Lib/asyncio/unix_events.py @@ -98,7 +98,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)