Fixed more typos

This commit is contained in:
Zakant 2017-03-23 18:17:38 +01:00
parent b5a48bb4dc
commit f8a2d404e2
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
/* /*
* Author: Zakant * Author: Zakant
* Calculate the blood loost and blood volume for a unit. Used from CPR to simulate a heart rate while in cardiac arrest * Calculate the blood lost and blood volume for a unit. Used from CPR to simulate a heart rate while in cardiac arrest
* *
* Arguments: * Arguments:
* 0: Unit <OBJECT> * 0: Unit <OBJECT>

View File

@ -1,6 +1,6 @@
/* /*
* Author: Zakant * Author: Zakant
* Handels the failure of the CPR treatment. * Handles the failure of the CPR treatment.
* *
* Arguments: * Arguments:
* 0: The medic <OBJECT> * 0: The medic <OBJECT>

View File

@ -1,6 +1,6 @@
/* /*
* Author: Zakant * Author: Zakant
* Handels the progress of the CPR treatment. * Handles the progress of the CPR treatment.
* *
* Arguments: * Arguments:
* 0: Arguments <ARRAY> * 0: Arguments <ARRAY>

View File

@ -1,6 +1,6 @@
/* /*
* Author: Zakant * Author: Zakant
* Handels the start of the CPR treatment. * Handles the start of the CPR treatment.
* *
* Arguments: * Arguments:
* 0: The medic <OBJECT> * 0: The medic <OBJECT>