From 58031ac99be9f27804ed65e009616470d3634fa8 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Wed, 9 Sep 2020 21:13:52 -0400
Subject: [PATCH] sec fix 2

---
 devTools/javaSanityCheck/ignoredVariables | 2 +-
 src/events/scheduled/murderAttempt.js     | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/devTools/javaSanityCheck/ignoredVariables b/devTools/javaSanityCheck/ignoredVariables
index 0fe9f355ebc..a2f7623e777 100644
--- a/devTools/javaSanityCheck/ignoredVariables
+++ b/devTools/javaSanityCheck/ignoredVariables
@@ -30,7 +30,7 @@ minDomActionDelay
 Categorizer
 upgrade
 W;O;L
-FSGenderFundamentalistResearch;FSPaternalistResearch;FSDegradationistResearch;FSBodyPuristResearch;FSMaturityPreferentialistResearch;FSPastoralistResearch;FSPhysicalIdealistResearch;FSRepopulationFocusResearch;FSRestartResearchPassed
+FSGenderFundamentalistResearch;FSPaternalistResearch;FSDegradationistResearch;FSBodyPuristResearch;FSMaturityPreferentialistResearch;FSPastoralistResearch;FSPhysicalIdealistResearch;FSRepopulationFocusResearch
 0
 maleSurnamePoolSelector
 nationalityPoolSelector
diff --git a/src/events/scheduled/murderAttempt.js b/src/events/scheduled/murderAttempt.js
index 9c72a6fd2a4..f3390fbdfc6 100644
--- a/src/events/scheduled/murderAttempt.js
+++ b/src/events/scheduled/murderAttempt.js
@@ -72,7 +72,7 @@ App.Events.murderAttempt = function() {
 				r.push("military");
 				break;
 		}
-		r.push("and slavery sectors. Some of them are known for dealing in less than legal business regularly, so the lack of information may just be either an attempt to distance themselves from seedy dealings or something truley lucrative, if slightly dirty.");
+		r.push("and slavery sectors. Some of them are known for dealing in less than legal business regularly, so the lack of information may just be either an attempt to distance themselves from seedy dealings or something truly lucrative, if slightly dirty.");
 		App.Events.addParagraph(fragment, r);
 
 		let yesText, noText;
@@ -201,7 +201,7 @@ App.Events.murderAttempt = function() {
 				if (canTalk(S.Bodyguard)) {
 					r.push(`demanding to know what ${he} just put in your drink.`);
 				} else {
-					r.push(`snatching the glass and taking an agressive stance.`);
+					r.push(`snatching the glass and taking an aggressive stance.`);
 				}
 				bgDefense(fragment, r);
 			} else if (perceptionChance()) {
@@ -280,7 +280,7 @@ App.Events.murderAttempt = function() {
 				);
 				break;
 			case "slave":
-				paragraphStart.push(`${companyName} is dealing in a special kind of enslavement. Rather than searching for buyers for the slaves they already have, they instead find potential buyers and acquire those they want to buy. And while there are means to order slaves with certain traits, ${companyName} enslaves the exact individuals you want through fabricated debt, kidnapping or any means neccessary.`);
+				paragraphStart.push(`${companyName} is dealing in a special kind of enslavement. Rather than searching for buyers for the slaves they already have, they instead find potential buyers and acquire those they want to buy. And while there are means to order slaves with certain traits, ${companyName} enslaves the exact individuals you want through fabricated debt, kidnapping or any means necessary.`);
 				if (V.cash >= 50000) {
 					options.push(new App.Events.Result( // age needs to be checked here
 						"Enslaving that annoying girl from high school might be petty, but it will be worth it nonetheless.",
-- 
GitLab