mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-04 14:01:22 +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
@@ -121,7 +121,7 @@
|
||||
|
||||
/// Gets the ban cache of the passed in client
|
||||
/// If the cache has not been generated, we start off a query
|
||||
/// If we still have a query going for this request, we just sleep until it's recieved back
|
||||
/// If we still have a query going for this request, we just sleep until it's received back
|
||||
/proc/retrieve_ban_cache(client/player_client)
|
||||
if(QDELETED(player_client))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user