From: Hirokazu Yamamoto Date: Thu, 9 Dec 2010 11:13:30 +0000 (+0000) Subject: Fixed typo in comment. X-Git-Tag: v3.2b2~166 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5280275ffcb50dc7141bb1b2aa6bc8a64fe67488;p=thirdparty%2FPython%2Fcpython.git Fixed typo in comment. --- diff --git a/Lib/test/win_console_handler.py b/Lib/test/win_console_handler.py index 496873c0377b..e7779b936350 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