From 078cf922872a39aced49639a35222121d78cf317 Mon Sep 17 00:00:00 2001
From: Shibari <ShibariTOME@Gmail.com>
Date: Mon, 27 Feb 2017 02:03:56 -0500
Subject: [PATCH] Fix typo

---
 game/modules/tome/class/Game.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/game/modules/tome/class/Game.lua b/game/modules/tome/class/Game.lua
index ccf563dc56..8d048a6ea8 100644
--- a/game/modules/tome/class/Game.lua
+++ b/game/modules/tome/class/Game.lua
@@ -1575,7 +1575,7 @@ end
 
 --- Queue combat damage values and messages for later display with displayDelayedLogDamage
 -- @param src: source (primary) actor dealing the damage
--- @param target: target (secondary) actor recieving the damage
+-- @param target: target (secondary) actor receiving the damage
 -- @param dam: [type=number] damage effectively dealt, added to total
 --		negative dam is counted as healing and summed separately
 -- @param desc: [type=string] text description of damage dealth, passed directly to log message
-- 
GitLab