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:
@@ -738,7 +738,7 @@ void parse_notice(char *from, char **Args)
|
||||
return;
|
||||
if (!*to)
|
||||
{
|
||||
put_it("*** obsolete notice recieved. [%s]", line+1);
|
||||
put_it("*** obsolete notice received. [%s]", line+1);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user