Kaydet (Commit) 85e4c675 authored tarafından Just van Rossum's avatar Just van Rossum

correct comment (and add newline at end)

üst 5e1222be
......@@ -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
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment