summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJust van Rossum <just@letterror.com>2003-01-04 16:26:26 (GMT)
committerJust van Rossum <just@letterror.com>2003-01-04 16:26:26 (GMT)
commit85e4c6757f3b323870b24dad4b39b1572b8a292c (patch)
tree608ce2a6f3a3c74fdd443829026e292a3fc42afd /Mac
parent5e1222be578f80d2a4216caba55ce137389e5c41 (diff)
downloadcpython-85e4c6757f3b323870b24dad4b39b1572b8a292c.zip
cpython-85e4c6757f3b323870b24dad4b39b1572b8a292c.tar.gz
cpython-85e4c6757f3b323870b24dad4b39b1572b8a292c.tar.bz2
correct comment (and add newline at end)
Diffstat (limited to 'Mac')
-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 c2c5886..3e4e223 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
+}