From 025543dafd0a85e1252cbefbf2cb74d33c9024b7 Mon Sep 17 00:00:00 2001
From: kopareigns <kopareigns@gmail.com>
Date: Sat, 6 Jan 2018 20:34:36 -0500
Subject: [PATCH] Spelling

---
 src/pregmod/eliteTakeOverFight.tw | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/pregmod/eliteTakeOverFight.tw b/src/pregmod/eliteTakeOverFight.tw
index 7a6f446cda1..eab698d946e 100644
--- a/src/pregmod/eliteTakeOverFight.tw
+++ b/src/pregmod/eliteTakeOverFight.tw
@@ -20,7 +20,7 @@
 		As a result of having a small amount of skill in warfare you were able to successfully signal $Bodyguard.slaveName without the elite's noticing.
 		<<set $BodyguardHasSucessfullyRecivedSignal = 1>>
 	<<elseif $PC.warfare < 10 && _roll > 60>>
-		By blind luck and what little you remember of your lesions in warfare are were able to successfully signal $Bodyguard.slaveName without the elite's noticing.
+		By blind luck and what little you remember of your lessons in warfare are were able to successfully signal $Bodyguard.slaveName without the elite's noticing.
 		<<set $BodyguardHasSucessfullyRecivedSignal = 1>>
 	<<else>>
 		One of the elite's shouts "What the fuck were you trying to do?". Well there goes that option.
@@ -251,7 +251,7 @@
 <<elseif $eliteLeft <= 9 && $rep >= 10000>>
 	Some of the citizens waiting outside your penthouse to see you hears the ruckus and rush inside, worried. Time freezes for a few seconds, while the remaining elite recover from their terror and the citizens digest the gory scene in front of them.
 	The newcomers are quick to take your side. In little time the elites, outgunned and outnumbered, are neutralized.
-	<br>One of the more corageous citizens approaches you and asks "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>sir<<else>>ma'am<</if>>, what should we do with them?" 
+	<br>One of the more courageous citizens approaches you and asks "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>sir<<else>>ma'am<</if>>, what should we do with them?" 
 	<br>
 	<<link "Open fire">>
 		<<set $eliteFate = 0>>
@@ -267,7 +267,7 @@
 		<<goto "eliteTakeOverResult">>
 	<</link>>
 <<else>>
-	With nothing else left, you remain powerless to stop the <<if $eliteLeft < $eliteTotal>>remaining<</if>> elite, who quickly capture and enslave you. Your personal story may continue, but that part of it worthy of retelling has now ended.
+	With nothing else left, you remain powerless to stop the <<if $eliteLeft < $eliteTotal>>remaining<</if>> elite, who quickly capture and enslave you. Your personal story may continue, but the part of it worthy of retelling has now ended.
 	<<set $ui = "start">>
 	<br><br>
 	''GAME OVER''
-- 
GitLab