Global spelling fix s/recieve/receive/ across codebase

This includes some user-visible messages and help files, so if anyone has
hooked them with /ON WINDOW their hooks will need updating.
This commit is contained in:
Kevin Easton
2015-10-04 09:06:38 +11:00
parent 726884b0b0
commit ce3fd79652
24 changed files with 41 additions and 39 deletions

View File

@@ -95,9 +95,9 @@ typedef struct
* used for redirect */
int lag; /* indication of lag from server CDE*/
struct timeval lag_sent; /* time lag ping sent to server CDE */
struct timeval lag_recv; /* time last lag ping reply was recieved */
struct timeval lag_recv; /* time last lag ping reply was received */
unsigned long lag_cookie; /* cookie to identify our lag check pings */
time_t last_msg; /* last mesg recieved from the server CDE */
time_t last_msg; /* last mesg received from the server CDE */
time_t last_sent; /* last mesg time sent */
QueueSend *queue; /* queue of lines to send to a server */

View File

@@ -1219,7 +1219,7 @@ typedef struct _dcc_internal {
struct transfer_struct transfer_orders; /* structure for resending files */
int file; /* file handle open file */
u_32int_t filesize; /* the filesize to get */
u_32int_t packets; /* number of blocksize packets recieved */
u_32int_t packets; /* number of blocksize packets received */
int eof; /* in EOF condition. */
int blocksize; /* this dcc's blocksize */
int dcc_fast; /* set if non-blocking used */