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:
@@ -127,7 +127,7 @@ register BanList *eban = NULL;
|
||||
|
||||
void fake (void)
|
||||
{
|
||||
bitchsay("--- Fake Message recieved!!! ---");
|
||||
bitchsay("--- Fake Message received!!! ---");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user