[MIRROR] Changes occurrences of recieve in code to receive [MDB IGNORE] (#25393)

* Changes occurrences of `recieve` in code to `receive`

* Fix conflict

---------

Co-authored-by: distributivgesetz <distributivgesetz93@gmail.com>
Co-authored-by: SomeRandomOwl <somerandomowl@ratchtnet.com>
This commit is contained in:
SkyratBot
2023-12-03 03:40:07 +01:00
committed by GitHub
parent 7348ca49df
commit 6c4c965ea4
61 changed files with 97 additions and 97 deletions

View File

@@ -806,7 +806,7 @@ function game_server_send($addr, $port, $str) {
$bytessent += $result;
}
/* --- Idle for a while until recieved bytes from game server --- */
/* --- Idle for a while until received bytes from game server --- */
$result = socket_read($server, 10000, PHP_BINARY_READ);
socket_close($server); // we don't need this anymore