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

@@ -69,7 +69,7 @@
var/resend_counter = 0 //for periodically resending confirmation messages in case they are missed
var/override_enabled = 0 //when enabled, do not open/close doors or cycle airlocks and wait for the player to do it manually
var/received_confirm = 0 //for undocking, whether the server has recieved a confirmation from the client
var/received_confirm = 0 //for undocking, whether the server has received a confirmation from the client
/datum/computer/file/embedded_program/docking/New()
..()