[Fix] Just a few lame typos.

This commit is contained in:
Allanis 2013-10-01 00:13:03 +01:00
parent 6dd9de9835
commit 810e4afb28

View File

@ -5,9 +5,9 @@
/**
* @enum WeaponLayer
*
* @brief Designates the layer the wepon is on.
* @brief Designates the layer the weapon is on.
*
* Auomatically set up on creation (player is front, rest is back).
* Automatically set up on creation (player is front, rest is back).
*/
typedef enum { WEAPON_LAYER_BG, WEAPON_LAYER_FG } WeaponLayer;