From 5280275ffcb50dc7141bb1b2aa6bc8a64fe67488 Mon Sep 17 00:00:00 2001 From: Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> Date: Thu, 9 Dec 2010 11:13:30 +0000 Subject: Fixed typo in comment. --- Lib/test/win_console_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/win_console_handler.py b/Lib/test/win_console_handler.py index 496873c..e7779b9 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 -- cgit v0.12