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
@@ -290,7 +290,7 @@ var/global/list/default_medbay_channels = list(
actually transmit large mass. Headsets are the only radio devices capable
of sending subspace transmissions to the Communications Satellite.
A headset sends a signal to a subspace listener/reciever elsewhere in space,
A headset sends a signal to a subspace listener/receiver elsewhere in space,
the signal gets processed and logged, and an audible transmission gets sent
to each individual headset.
*/
@@ -512,7 +512,7 @@ var/global/list/default_medbay_channels = list(
return -1
if (!on)
return -1
if (!freq) //recieved on main frequency
if (!freq) //received on main frequency
if (!listening)
return -1
else
+1 -1
View File
@@ -1356,7 +1356,7 @@
</ul><br>
<a name="Surgery"><h2>When You Alone Aren't Good Enough: Surgery and Drugs</h2><br></a>
Sometimes the therapy available to you just doesn't cut it. Don't get angry! Ensure the patient recieves fair treatment, and prescribe appropriate action to your colleagues.
Sometimes the therapy available to you just doesn't cut it. Don't get angry! Ensure the patient receives fair treatment, and prescribe appropriate action to your colleagues.
<ul>
<li>Surgery: Be advised, brain surgery is a complex and dangerous procedure and you should not prescribe unless drug therapy is simply not possible. Counsel the patient on the matter and send them down to the surgeon with a written report.</li><br>
<li>Drug Therapy: A more reasonable and far safer option. Counsel the patient and fill out a prescription for the relevant chemical suppressant. Ensure that the patient and the chemist are both aware that these suppressants are temporary and require periodic re-administration.</li><br>
@@ -260,7 +260,7 @@
if(!istype(S)) return 0
//I would prefer to drop a new stack, but the item/attack_hand code
// that calls this can't recieve a different object than you clicked on.
// that calls this can't receive a different object than you clicked on.
//Therefore, make a new stack internally that has the remainder.
// -Sayu