]> granicus.if.org Git - python/commitdiff
correct comment (and add newline at end)
authorJust van Rossum <just@letterror.com>
Sat, 4 Jan 2003 16:26:26 +0000 (16:26 +0000)
committerJust van Rossum <just@letterror.com>
Sat, 4 Jan 2003 16:26:26 +0000 (16:26 +0000)
Mac/OSX/PythonLauncher/doscript.m

index c2c5886ed1eafbac805513898c2f7135f553e80c..3e4e22393c04906f8983ec2878dea71d2d4cd0f0 100644 (file)
@@ -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
+}