mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Grammar tweaks
This commit is contained in:
@@ -48,7 +48,7 @@ void sendPathToMainProcessAndExit(int fd, NSString *socketPath, NSString *path)
|
||||
if (path) {
|
||||
const char *buf = [path UTF8String];
|
||||
if (sendto(fd, buf, [path lengthOfBytesUsingEncoding:NSUTF8StringEncoding], 0, (sockaddr *)&send_addr, sizeof(send_addr)) < 0) {
|
||||
perror("Error: Failed to sending path to main Atom process");
|
||||
perror("Error: Failed to send path to main Atom process");
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user