From 85e4c6757f3b323870b24dad4b39b1572b8a292c Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Sat, 4 Jan 2003 16:26:26 +0000 Subject: [PATCH] correct comment (and add newline at end) --- Mac/OSX/PythonLauncher/doscript.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mac/OSX/PythonLauncher/doscript.m b/Mac/OSX/PythonLauncher/doscript.m index c2c5886ed1..3e4e22393c 100644 --- a/Mac/OSX/PythonLauncher/doscript.m +++ b/Mac/OSX/PythonLauncher/doscript.m @@ -100,7 +100,7 @@ doscript(const char *command) goto bail; } - /* send the event to the Finder */ + /* send the command event to Terminal.app */ err = AESend(&theAEvent, &theReply, kAEWaitReply, kAENormalPriority, kAEDefaultTimeout, NULL, NULL); @@ -115,4 +115,4 @@ bail: AEDisposeDesc(&terminalAddress); AEDisposeDesc(&theReply); return err; -} \ No newline at end of file +} -- 2.40.0