mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-19 06:03:14 +00:00
Changes occurrences of recieve in code to receive (#80065)
## About The Pull Request I've stumbled across this enough to finally go through the entire codebase and fix it. I left out changelogs simply because rewriting history logs is bad. ## Why It's Good For The Game I find it pretty annoying because I stumble across words that are misspelled for a few seconds, and I'm likely not the only one who feels like this. Less spelling mistakes in code are better. ## Changelog 🆑 spellcheck: Occurrences of "recieve" has been changed to "receive". /🆑
This commit is contained in:
committed by
GitHub
parent
130dcc6de9
commit
f8b41f9442
@@ -803,7 +803,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user