forked from RsyncProject/rsync
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Two more spelling fixes and some year updates.
- Loading branch information
Showing
9 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
* | ||
* Copyright (C) 1992-2001 Andrew Tridgell <[email protected]> | ||
* Copyright (C) 2001, 2002 Martin Pool <[email protected]> | ||
* Copyright (C) 2003-2019 Wayne Davison | ||
* Copyright (C) 2003-2020 Wayne Davison | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -195,7 +195,7 @@ int open_socket_out(char *host, int port, const char *bind_addr, | |
char *proxy_user = NULL, *proxy_pass = NULL; | ||
|
||
/* if we have a RSYNC_PROXY env variable then redirect our | ||
* connetcion via a web proxy at the given address. */ | ||
* connection via a web proxy at the given address. */ | ||
h = getenv("RSYNC_PROXY"); | ||
proxied = h != NULL && *h != '\0'; | ||
|
||
|
@@ -820,7 +820,7 @@ static int socketpair_tcp(int fd[2]) | |
* stdout. This is used to fake a connection to a daemon for testing -- not | ||
* for the normal case of running SSH. | ||
* | ||
* Retruns a socket which is attached to a subprocess running "prog". stdin and | ||
* Returns a socket which is attached to a subprocess running "prog". stdin and | ||
* stdout are attached. stderr is left attached to the original stderr. */ | ||
static int sock_exec(const char *prog) | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters