From 810e4afb28681ede82ead2eb39332d7723ab7504 Mon Sep 17 00:00:00 2001
From: Allanis <allanis@saracraft.net>
Date: Tue, 1 Oct 2013 00:13:03 +0100
Subject: [PATCH] [Fix] Just a few lame typos.

---
 src/weapon.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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;