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:
@@ -620,7 +620,7 @@ void do_server (fd_set *rd, fd_set *wr)
|
||||
|
||||
/* server_lag_reply()
|
||||
*
|
||||
* Called when a reply to a lag check ping has been recieved.
|
||||
* Called when a reply to a lag check ping has been received.
|
||||
*/
|
||||
void server_lag_reply(int s, unsigned long cookie, struct timeval lag_recv, struct timeval lag_sent)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user