summaryrefslogtreecommitdiff
path: root/Mac/OSX/PythonLauncher/doscript.m
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/OSX/PythonLauncher/doscript.m')
-rw-r--r--Mac/OSX/PythonLauncher/doscript.m4
1 files 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
+}