From 28b73986976f76eead89ab6ad57a0838a2e11469 Mon Sep 17 00:00:00 2001
From: Blank_Alt <12406-Blank_Alt@users.noreply.gitgud.io>
Date: Fri, 17 Jan 2020 15:32:23 -0800
Subject: [PATCH] Java complier clean

---
 src/js/DefaultRules.js            | 2 +-
 src/uncategorized/options.tw      | 2 +-
 src/uncategorized/seExpiration.tw | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/js/DefaultRules.js b/src/js/DefaultRules.js
index 903f171f780..aa83b7541b6 100644
--- a/src/js/DefaultRules.js
+++ b/src/js/DefaultRules.js
@@ -1541,7 +1541,7 @@ window.DefaultRules = (function() {
 					r += `<br>${slave.slaveName} is on drugs designed to expand major body parts, so ${he}'s been put on a fattening diet to provide ${his} body as much fuel for growth as possible.`;
 				}
 			} else {
-				// priority to growing/loosing muscles, then general body mass, then rest of the diets
+				// priority to growing/losing muscles, then general body mass, then rest of the diets
 				if (!isAmputee(slave) && (App.RA.shallShrink(slave.muscles, rule.muscles, 8) || App.RA.shallGrow(slave.muscles, rule.muscles, 2))) {
 					if (App.RA.shallShrink(slave.muscles, rule.muscles, 8)) {
 						if ((slave.diet !== "slimming")) {
diff --git a/src/uncategorized/options.tw b/src/uncategorized/options.tw
index 0f80c54de35..a47ee015bc6 100644
--- a/src/uncategorized/options.tw
+++ b/src/uncategorized/options.tw
@@ -678,7 +678,7 @@ This save was created using FC version $ver build $releaseID.
 				<<option 0 "Disabled">>
 			<</options>>
 			*/
-			To assist fixing, battles are hard disabled untill further notice.
+			To assist fixing, battles are hard disabled until further notice.
 
 			<<options $SecExp.settings.rebellion.enabled>>
 				Rebellions are
diff --git a/src/uncategorized/seExpiration.tw b/src/uncategorized/seExpiration.tw
index 6f41e481774..5677f7fcb4f 100644
--- a/src/uncategorized/seExpiration.tw
+++ b/src/uncategorized/seExpiration.tw
@@ -187,7 +187,7 @@ at the moment of $his scheduled emancipation, $he seems willing to consider a sh
 
 <<else>>
 	$He makes no effort at all to conceal $his joy at being a free $woman again.
-	<<if $activeSlave.origin = "$He put $himself up as collateral at a poker game, and lost.">>
+	<<if $activeSlave.origin == "$He put $himself up as collateral at a poker game, and lost.">>
 		A bet is a bet, but that was a lonnng year.  There's still room for $him in your $mercenariesTitle, but many of them have come to see $him in a new, more... intimate way.  As a free $woman, $he'll have to decide if it's worth the risk and the sex to stay here and fight for you who $she loathes... or else take up arms elsewhere in an ever more uncertain world.
 		<<if $activeSlave.addict > 5>>
 			They'll need to make money fast as they remain addicted to your aphrodisiacs.
-- 
GitLab