From: Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> Date: Thu, 9 Dec 2010 11:13:30 +0000 (+0000) Subject: Fixed typo in comment. X-Git-Tag: v3.2b2~166 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5280275ffcb50dc7141bb1b2aa6bc8a64fe67488;p=python Fixed typo in comment. --- diff --git a/Lib/test/win_console_handler.py b/Lib/test/win_console_handler.py index 496873c037..e7779b9363 100644 --- a/Lib/test/win_console_handler.py +++ b/Lib/test/win_console_handler.py @@ -40,7 +40,7 @@ if __name__ == "__main__": print("Unable to add SetConsoleCtrlHandler") exit(-1) - # Awaken mail process + # Awake main process m = mmap.mmap(-1, 1, sys.argv[1]) m[0] = 1