Corrected all occurrences of the typo 'recieve'. (#5236)

I replaced all occurrences of the typo 'recieve' with the correct spelling 'receive'.
This commit is contained in:
Panter
2018-09-06 19:41:29 +02:00
committed by Werner
parent 662f81ab4a
commit 9725d1d756
33 changed files with 86 additions and 49 deletions

View File

@@ -319,7 +319,7 @@ function export($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