recieve -> receive (#25123)

* recieve -> receive

* Unfix.

---------

Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman@google.com>
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
This commit is contained in:
Charlie Nolan
2024-04-18 14:16:07 -07:00
committed by GitHub
parent c8e59706e2
commit 7562db8c3d
26 changed files with 47 additions and 46 deletions
+1 -1
View File
@@ -317,7 +317,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