diff --git a/src/weapon.h b/src/weapon.h index 0462091..03f9cd7 100644 --- a/src/weapon.h +++ b/src/weapon.h @@ -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;