Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 85e4c67

Browse files
committed
correct comment (and add newline at end)
1 parent 5e1222b commit 85e4c67

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Mac/OSX/PythonLauncher/doscript.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
goto bail;
101101
}
102102

103-
/* send the event to the Finder */
103+
/* send the command event to Terminal.app */
104104
err = AESend(&theAEvent, &theReply, kAEWaitReply,
105105
kAENormalPriority, kAEDefaultTimeout, NULL, NULL);
106106

@@ -115,4 +115,4 @@
115115
AEDisposeDesc(&terminalAddress);
116116
AEDisposeDesc(&theReply);
117117
return err;
118-
}
118+
}

0 commit comments

Comments
 (0)