From 8260a3e2610dd850fa162a75ba3a36d26c0c0467 Mon Sep 17 00:00:00 2001
From: Bunny <glisa825@gmail.com>
Date: Thu, 23 May 2019 01:43:11 -0400
Subject: [PATCH] Typo

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

diff --git a/game/modules/tome/class/Actor.lua b/game/modules/tome/class/Actor.lua
index 7fc336ac39..3d77affd56 100644
--- a/game/modules/tome/class/Actor.lua
+++ b/game/modules/tome/class/Actor.lua
@@ -1700,7 +1700,7 @@ function _M:reactionToward(target, no_reflection)
 	local rsrc, rtarget = self, target
 	while rsrc.summoner do rsrc = rsrc.summoner end
 	while rtarget.summoner do rtarget = rtarget.summoner end
-	if rsrc == target and self ~= target and target:attr("encased_in_ice") and not target.isMySummoner then return -50 end  -- summons shouldn't hate each other more than enemies and shouldn't hate thier summoner
+	if rsrc == target and self ~= target and target:attr("encased_in_ice") and not target.isMySummoner then return -50 end  -- summons shouldn't hate each other more than enemies and shouldn't hate their summoner
 
 	-- Neverending hatred
 	if rtarget.attr and rtarget:attr("hated_by_everybody") and rtarget ~= rsrc then return -100 end
-- 
GitLab