From 9412209a3ecffd5d086d5086f1a0554cb2d24e34 Mon Sep 17 00:00:00 2001
From: Skriv <skrivelese@gmail.com>
Date: Sun, 21 Apr 2019 23:29:28 +0200
Subject: [PATCH] initial commit

---
 src/uncategorized/arcade.tw                   |  2 +-
 src/uncategorized/arcmgmt.tw                  | 10 +++----
 src/uncategorized/bodyModificationReaction.tw |  2 +-
 src/uncategorized/costsBudget.tw              |  2 +-
 src/uncategorized/costsWidgets.tw             |  4 +--
 src/uncategorized/dairy.tw                    |  6 ++--
 src/uncategorized/futureSociety.tw            |  2 +-
 src/uncategorized/manageArcology.tw           | 12 ++++----
 src/uncategorized/repBudget.tw                |  2 +-
 src/utility/descriptionWidgets.tw             |  2 +-
 src/utility/descriptionWidgetsStyle.tw        | 30 +++++++++----------
 src/utility/saRulesWidgets.tw                 |  4 +--
 12 files changed, 39 insertions(+), 39 deletions(-)

diff --git a/src/uncategorized/arcade.tw b/src/uncategorized/arcade.tw
index 62be9de5d90..dcbeef1ac7b 100644
--- a/src/uncategorized/arcade.tw
+++ b/src/uncategorized/arcade.tw
@@ -114,7 +114,7 @@ $arcadeNameCaps
 <</if>>
 
 <<if $arcadeUpgradeHealth == 2>>
-	<br>It has been upgraded with curative injectors and set to maximum power. Inmates will be kept decently healthy so they can be held locked in place for as long as necessary while remaining productive througout. [[Decrease power|Arcade][$arcadeUpgradeHealth = 1]]
+	<br>It has been upgraded with curative injectors and set to maximum power. Inmates will be kept decently healthy so they can be held locked in place for as long as necessary while remaining productive throughout. [[Decrease power|Arcade][$arcadeUpgradeHealth = 1]]
 <<elseif $arcadeUpgradeHealth == 1>>
 	<br>It has been upgraded with curative injectors. inmates will be kept alive and productive, so they may be held locked in place for as long as necessary and available for use. [[Increase power|Arcade][$arcadeUpgradeHealth = 2]] | [[Turn off|Arcade][$arcadeUpgradeHealth = 0]]
 <<elseif $arcadeUpgradeHealth == 0>>
diff --git a/src/uncategorized/arcmgmt.tw b/src/uncategorized/arcmgmt.tw
index 54d72d7f7c8..37f67e3fb92 100644
--- a/src/uncategorized/arcmgmt.tw
+++ b/src/uncategorized/arcmgmt.tw
@@ -9,7 +9,7 @@
 	<<if $arcadeDemandDegResult == 1>>
 		Your endeavors to see slaves as less than human are hampered as citizens find that there are too few slaves ready to be treated as sexual objects around. @@.red;Development towards a degradationist society is damaged@@ as a result.<br>
 	<<elseif $arcadeDemandDegResult == 2>>
-		Your endeavors to see slaves as less than human are slightly hampered as citizens find that thare are not quite enough slaves ready to be treated as sexual objects around. @@.red;Development towards a degradationist society is lightly damaged@@ as a result.<br>
+		Your endeavors to see slaves as less than human are slightly hampered as citizens find that there are not quite enough slaves ready to be treated as sexual objects around. @@.red;Development towards a degradationist society is lightly damaged@@ as a result.<br>
 	<<elseif $arcadeDemandDegResult == 3>>
 		Your citizens were expecting to see more slaves available as sexual objects, but there aren't enough complaints to damage your societal development at this time.<br>
 	<<elseif $arcadeDemandDegResult == 4>>
@@ -44,7 +44,7 @@
 <<elseif $lowerClassSexDemandResult == 4>>
 	Your lower class citizens are @@.green;happy with the availability of sexual services@@ inside your arcology.<br>
 <<elseif $lowerClassSexDemandResult == 5>>
-	Your lower class citizens are @@.green;delighted with the abundence of sexual services@@ inside your arcology.<br>
+	Your lower class citizens are @@.green;delighted with the abundance of sexual services@@ inside your arcology.<br>
 <</if>>
 <<print $NPCMarketShareLC/10>>% of the lower class market is serviced by other suppliers operating inside your arcology.<br>
 
@@ -183,7 +183,7 @@ _enslaveChance = 0.2>>
 	_upperClassP *= 1 + Math.trunc(Math.min($arcologies[0].FSTransformationFetishist, 100) / 20) * 0.001,
 	_topClass += Math.trunc(Math.min($arcologies[0].FSTransformationFetishist, 100) / 20) * 0.5,
 	_topClassP *= 1 + Math.trunc(Math.min($arcologies[0].FSTransformationFetishist, 100) / 20) * 0.001>>
-	The lower class fear the kind of transformations could be forced on them if they ever end up enslaved, whereas the rich enjoy weilding such power.
+	The lower class fear the kind of transformations could be forced on them if they ever end up enslaved, whereas the rich enjoy wielding such power.
 <</if>>
 <<if $arcologies[0].FSYouthPreferentialist != "unset">>
 	<<set _FSScore += Math.min($arcologies[0].FSYouthPreferentialist, 100),
@@ -1116,7 +1116,7 @@ _percTopClass = Math.trunc(($topClass / ($ACitizens + $ASlaves)) * 1000) / 10>>
 	<<set _rentMultiplier *= 0.95>>
 	Younger citizens are offered subsidized rent to encourage young people to join the free population of your arcology.
 <<elseif $arcologies[0].FSMaturityPreferentialistLaw == 1>>
-	<<set _rentlMultiplier *= 0.95>>
+	<<set _rentMultiplier *= 0.95>>
 	Older citizens are offered subsidized rent to encourage mature people to join the free population of your arcology.
 <</if>>
 <<if $arcologies[0].FSRepopulationFocusLaw == 1>>
@@ -1229,7 +1229,7 @@ You own
 <<if _menialEarnings + _bioreactorEarnings + _fuckdollsEarnings > 0>>
 earning you @@.yellowgreen;<<print cashFormat(_menialEarnings + _bioreactorEarnings + _fuckdollsEarnings)>>.@@
 <<else>>
-costing you @@.red;<<print cashFormat(_menialEarnings + _bioreactorEarnings + _fuckdollsEarnings)>>@@ on account of your free fuckdoll policiy.
+costing you @@.red;<<print cashFormat(_menialEarnings + _bioreactorEarnings + _fuckdollsEarnings)>>@@ on account of your free fuckdoll policy.
 <</if>>
 <</if>>
 
diff --git a/src/uncategorized/bodyModificationReaction.tw b/src/uncategorized/bodyModificationReaction.tw
index 59c445d20d5..a6756ce8d7c 100644
--- a/src/uncategorized/bodyModificationReaction.tw
+++ b/src/uncategorized/bodyModificationReaction.tw
@@ -12,7 +12,7 @@ As you cast off $his bindings<<if canSee($activeSlave)>> and <<if ($activeSlave.
 <<if $activeSlave.fetish != "mindbroken" && $activeSlave.fuckdoll == 0>>
 	<<if $degradation > 10>>
 		<<if $activeSlave.devotion < -20 && $activeSlave.trust > 20>>
-			$He is appalled by the whorish spectacle you have made of $him. $He @@.mediumorchid;lothes@@ you all the more for this, but $his resolve is @@.gold;whittled down@@ by your power over $him.
+			$He is appalled by the whorish spectacle you have made of $him. $He @@.mediumorchid;loves@@ you all the more for this, but $his resolve is @@.gold;whittled down@@ by your power over $him.
 			<<set $activeSlave.devotion -= 10, $activeSlave.trust -= 10>>
 		<<elseif $activeSlave.devotion <= 50 && $activeSlave.trust < -50>>
 			$He is appalled by the whorish spectacle you have made of $him. $He @@.gold;fears@@ you all the more for this but is so terrified of you it does not affect $his submission.
diff --git a/src/uncategorized/costsBudget.tw b/src/uncategorized/costsBudget.tw
index 73749106d4b..8d3bd616b34 100644
--- a/src/uncategorized/costsBudget.tw
+++ b/src/uncategorized/costsBudget.tw
@@ -1,6 +1,6 @@
 :: Costs Budget [nobr]
 
-<<set $nextButton = "Back to Main", $nextLink = "Main", _archologyCosts = 0>>
+<<set $nextButton = "Back to Main", $nextLink = "Main", _arcologyCosts = 0>>
 
 <<if def $lastWeeksCashIncome>>
 	<<set $lastWeeksCashIncome.Total = 0>>
diff --git a/src/uncategorized/costsWidgets.tw b/src/uncategorized/costsWidgets.tw
index ebcbad46848..fd33a509e53 100644
--- a/src/uncategorized/costsWidgets.tw
+++ b/src/uncategorized/costsWidgets.tw
@@ -110,7 +110,7 @@
 		<<if $geneticMappingUpgrade >= 1>>
 			<i>Additional dietary supplements due to genetic hyper-fertility:</i> @@.yellowgreen;<<print cashFormat($foodCost/2)>>@@
 		<<else>>
-			<i>Adjustment for unusual deitary deficiencies:</i> @@.yellowgreen;<<print cashFormat($foodCost/2)>>@@
+			<i>Adjustment for unusual dietary deficiencies:</i> @@.yellowgreen;<<print cashFormat($foodCost/2)>>@@
 		<</if>>
 		<<set _individualCosts += $foodCost/2>>
 	<</if>>
@@ -119,7 +119,7 @@
 		<<if $geneticMappingUpgrade >= 1>>
 			<i>Additional dietary supplements due to lipedema:</i> @@.yellowgreen;<<print cashFormat($foodCost/5)>>@@
 		<<else>>
-			<i>Adjustment for unusual deitary deficiencies:</i> @@.yellowgreen;<<print cashFormat($foodCost/5)>>@@
+			<i>Adjustment for unusual dietary deficiencies:</i> @@.yellowgreen;<<print cashFormat($foodCost/5)>>@@
 		<</if>>
 		<<set _individualCosts += $foodCost/5>>
 	<</if>>
diff --git a/src/uncategorized/dairy.tw b/src/uncategorized/dairy.tw
index 7941c7f5aef..e5e43cfcc61 100644
--- a/src/uncategorized/dairy.tw
+++ b/src/uncategorized/dairy.tw
@@ -449,16 +449,16 @@ $dairyNameCaps
 <<if $dairySlimMaintain == 0>>
 	<<if $dairyImplantsSetting == 1>>
 		All cows will undergo lactation implant surgery to increase their milk output.
-		[[Restrict lactation surgery on cum-cows|Dairy][$dairyImplantsSetting = 0]] | [[Restrict maximization surgery on cattle|Dairy][$dairyImplantsSetting = 2]] | [[Encourage natural lacation in cattle|Dairy][$dairyImplantsSetting = 3]]
+		[[Restrict lactation surgery on cum-cows|Dairy][$dairyImplantsSetting = 0]] | [[Restrict maximization surgery on cattle|Dairy][$dairyImplantsSetting = 2]] | [[Encourage natural lactation in cattle|Dairy][$dairyImplantsSetting = 3]]
 	<<elseif $dairyImplantsSetting == 2>>
 		Cows will not undergo surgical procedures to maximize production.
-		[[Maximize production in all cattle|Dairy][$dairyImplantsSetting = 1]] | [[Maximize production in only milkable cows|Dairy][$dairyImplantsSetting = 0]] | [[Encourage natural lacation in cattle|Dairy][$dairyImplantsSetting = 3]]
+		[[Maximize production in all cattle|Dairy][$dairyImplantsSetting = 1]] | [[Maximize production in only milkable cows|Dairy][$dairyImplantsSetting = 0]] | [[Encourage natural lactation in cattle|Dairy][$dairyImplantsSetting = 3]]
 	<<elseif $dairyImplantsSetting == 3>>
 		Non-lactating cows incapable of producing cum will undergo manual stimulation to promote natural production.
 		[[Maximize production in all cattle|Dairy][$dairyImplantsSetting = 1]] | [[Maximize production in only milkable cows|Dairy][$dairyImplantsSetting = 0]] | [[Restrict maximization surgery on cattle|Dairy][$dairyImplantsSetting = 2]]
 	<<else>>
 		Naturally lactating cows, cows with non-lactating breasts, and cows incapable of producing cum will undergo lactation implant surgery to increase their milk output.
-		[[Maximize lactation in all cattle|Dairy][$dairyImplantsSetting = 1]] | [[Restrict maximization surgery on cattle|Dairy][$dairyImplantsSetting = 2]] | [[Encourage natural lacation in cattle|Dairy][$dairyImplantsSetting = 3]]
+		[[Maximize lactation in all cattle|Dairy][$dairyImplantsSetting = 1]] | [[Restrict maximization surgery on cattle|Dairy][$dairyImplantsSetting = 2]] | [[Encourage natural lactation in cattle|Dairy][$dairyImplantsSetting = 3]]
 	<</if>>
 <<else>>
 	Current settings do not implant lactation implants into cows.
diff --git a/src/uncategorized/futureSociety.tw b/src/uncategorized/futureSociety.tw
index 67a19c9b6fd..ee2c5d1bd8a 100644
--- a/src/uncategorized/futureSociety.tw
+++ b/src/uncategorized/futureSociety.tw
@@ -649,7 +649,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 		<<if $arcologies[0].FSSupremacist != "unset" && $arcologies[0].FSSupremacistRace == "amerindian">>//It is established that amerindians are superior//<<elseif $arcologies[0].FSSubjugationistRace != "amerindian">>[[Amerindian|Future Society][$arcologies[0].FSSubjugationistRace = "amerindian"]]<<else>>Amerindian<</if>> |
 		<<if $arcologies[0].FSSupremacist != "unset" && $arcologies[0].FSSupremacistRace == "pacific islander">>//It is established that pacific islanders are superior//<<elseif $arcologies[0].FSSubjugationistRace != "pacific islander">>[[Pacific Islander|Future Society][$arcologies[0].FSSubjugationistRace = "pacific islander"]]<<else>>Pacific Islander<</if>> |
 		<<if $arcologies[0].FSSupremacist != "unset" && $arcologies[0].FSSupremacistRace == "malay">>//It is established that malay are superior//<<elseif $arcologies[0].FSSubjugationistRace != "malay">>[[Malay|Future Society][$arcologies[0].FSSubjugationistRace = "malay"]]<<else>>Malay<</if>> |
-		<<if $arcologies[0].FSSupremacist != "unset" && $arcologies[0].FSSupremacistRace == "southern european">>//It is established that southern europeaners are superior//<<elseif $arcologies[0].FSSubjugationistRace != "southern european">>[[Southern European|Future Society][$arcologies[0].FSSubjugationistRace = "southern european"]]<<else>>Southern European<</if>> |
+		<<if $arcologies[0].FSSupremacist != "unset" && $arcologies[0].FSSupremacistRace == "southern european">>//It is established that southern europeans are superior//<<elseif $arcologies[0].FSSubjugationistRace != "southern european">>[[Southern European|Future Society][$arcologies[0].FSSubjugationistRace = "southern european"]]<<else>>Southern European<</if>> |
 		<<if $arcologies[0].FSSupremacist != "unset" && $arcologies[0].FSSupremacistRace == "semitic">>//It is established that semites are superior//<<elseif $arcologies[0].FSSubjugationistRace != "semitic">>[[Semitic|Future Society][$arcologies[0].FSSubjugationistRace = "semitic"]]<<else>>Semitic<</if>> |
 		<<if $arcologies[0].FSSupremacist != "unset" && $arcologies[0].FSSupremacistRace == "mixed race">>//It is established that those with mixed blood are superior//<<elseif $arcologies[0].FSSubjugationistRace != "mixed race">>[[Mixed Race|Future Society][$arcologies[0].FSSubjugationistRace = "mixed race"]]<<else>>Mixed Race<</if>>
 		<br>
diff --git a/src/uncategorized/manageArcology.tw b/src/uncategorized/manageArcology.tw
index 2e3f889976f..7d29124cc36 100644
--- a/src/uncategorized/manageArcology.tw
+++ b/src/uncategorized/manageArcology.tw
@@ -142,7 +142,7 @@ __Construction__
 
 <<if $difficultySwitch == 1>>
 	<br><br>
-	__Disaster Repsonse__<br>
+	__Disaster Response__<br>
 	<<if $econWeatherDamage > 0>>
 		The recent terrible weather has damaged the local infrastructure. It is @@.red;reducing the local economy score by <<print $econWeatherDamage>>.@@
 		<<if $disasterResponse == 0>>
@@ -180,15 +180,15 @@ Currently outside parties are providing <<print $NPCMarketShareLC/10>>% of the s
 	You are providing a gratuitous subsidy for those selling sexual services to the lower class. //Upkeep is relative to the amount of sex provided by other parties// [[Substantial Subsidy|Manage Arcology][$NPCSexSubsidiesLC = 3]]<br>
 <</if>>
 <<if $sexSupplyBarriersLC == 0>>
-	You can make things more difficult for those supplying sexual services in the lower class segment if you are willing to spend 1000 reputation and pay a flat upkeep of @@.yellowgreen;<<print cashFormat(1000)>>.@@ <<if $rep > 1000>>[[Create Beauraucracy|Manage Arcology][$sexSupplyBarriersLC = 1, repX(-1000, "policies")]] <<else>>//You are not reputable enough//<</if>>
+	You can make things more difficult for those supplying sexual services in the lower class segment if you are willing to spend 1000 reputation and pay a flat upkeep of @@.yellowgreen;<<print cashFormat(1000)>>.@@ <<if $rep > 1000>>[[Create Bureaucracy|Manage Arcology][$sexSupplyBarriersLC = 1, repX(-1000, "policies")]] <<else>>//You are not reputable enough//<</if>>
 <<elseif $sexSupplyBarriersLC == 1>>
-	You have forced some unneeded beauraucracy on those selling sexual services to the lower class making things a little more difficult. If you are willing to spend 1000 reputation you can change this policy. Increasing the beauraucracy further will cost a flat upkeep of @@.yellowgreen;<<print cashFormat(5000)>>.@@ <<if $rep > 1000>>[[Abolish Beauraucracy|Manage Arcology][$sexSupplyBarriersLC = 0, repX(-1000, "policies")]] | [[Increase Beauraucracy|Manage Arcology][$sexSupplyBarriersLC = 2, repX(-1000, "policies")]]<<else>>//You are not reputable enough//<</if>>
+	You have forced some unneeded bureaucracy on those selling sexual services to the lower class making things a little more difficult. If you are willing to spend 1000 reputation you can change this policy. Increasing the bureaucracy further will cost a flat upkeep of @@.yellowgreen;<<print cashFormat(5000)>>.@@ <<if $rep > 1000>>[[Abolish Bureaucracy|Manage Arcology][$sexSupplyBarriersLC = 0, repX(-1000, "policies")]] | [[Increase Bureaucracy|Manage Arcology][$sexSupplyBarriersLC = 2, repX(-1000, "policies")]]<<else>>//You are not reputable enough//<</if>>
 <<elseif $sexSupplyBarriersLC == 2>>
-	You have forced considerable beauraucracy on those selling sexual services to the lower class making things a little more difficult. If you are willing to spend 1000 reputation you can change this policy. Increasing the beauraucracy further will cost a flat upkeep of @@.yellowgreen;<<print cashFormat(20000)>>.@@ <<if $rep > 1000>>[[Reduce Beauraucracy|Manage Arcology][$sexSupplyBarriersLC = 1, repX(-1000, "policies")]] | [[Increase Beauraucracy|Manage Arcology][$sexSupplyBarriersLC = 3, repX(-1000, "policies")]]<<else>>//You are not reputable enough//<</if>>
+	You have forced considerable bureaucracy on those selling sexual services to the lower class making things a little more difficult. If you are willing to spend 1000 reputation you can change this policy. Increasing the bureaucracy further will cost a flat upkeep of @@.yellowgreen;<<print cashFormat(20000)>>.@@ <<if $rep > 1000>>[[Reduce Bureaucracy|Manage Arcology][$sexSupplyBarriersLC = 1, repX(-1000, "policies")]] | [[Increase Bureaucracy|Manage Arcology][$sexSupplyBarriersLC = 3, repX(-1000, "policies")]]<<else>>//You are not reputable enough//<</if>>
 <<elseif $sexSupplyBarriersLC == 3>>
-	You have forced stiffling beauraucracy on those selling sexual services to the lower class making things a little more difficult. If you are willing to spend 1000 reputation you can change this policy. Increasing the beauraucracy further will cost a flat upkeep of @@.yellowgreen;<<print cashFormat(60000)>>.@@ <<if $rep > 1000>>[[Reduce Beauraucracy|Manage Arcology][$sexSupplyBarriersLC = 2, repX(-1000, "policies")]] | [[Increase Beauraucracy|Manage Arcology][$sexSupplyBarriersLC = 4, repX(-1000, "policies")]]<<else>>//You are not reputable enough//<</if>>
+	You have forced stifling bureaucracy on those selling sexual services to the lower class making things a little more difficult. If you are willing to spend 1000 reputation you can change this policy. Increasing the bureaucracy further will cost a flat upkeep of @@.yellowgreen;<<print cashFormat(60000)>>.@@ <<if $rep > 1000>>[[Reduce Bureaucracy|Manage Arcology][$sexSupplyBarriersLC = 2, repX(-1000, "policies")]] | [[Increase Bureaucracy|Manage Arcology][$sexSupplyBarriersLC = 4, repX(-1000, "policies")]]<<else>>//You are not reputable enough//<</if>>
 <<else>>
-	You have forced suffocating beauraucracy on those selling sexual services to the lower class making things a little more difficult. If you are willing to spend 1000 reputation you can change this policy. <<if $rep > 1000>>[[Reduce Beauraucracy|Manage Arcology][$sexSupplyBarriersLC = 3, repX(-1000, "policies")]]<<else>>//You are not reputable enough//<</if>>
+	You have forced suffocating bureaucracy on those selling sexual services to the lower class making things a little more difficult. If you are willing to spend 1000 reputation you can change this policy. <<if $rep > 1000>>[[Reduce Bureaucracy|Manage Arcology][$sexSupplyBarriersLC = 3, repX(-1000, "policies")]]<<else>>//You are not reputable enough//<</if>>
 <</if>>
 
 <br><br>
diff --git a/src/uncategorized/repBudget.tw b/src/uncategorized/repBudget.tw
index f88244e1885..368a0bf11ce 100644
--- a/src/uncategorized/repBudget.tw
+++ b/src/uncategorized/repBudget.tw
@@ -1,6 +1,6 @@
 :: Rep Budget [nobr]
 
-<<set $nextButton = "Back to Main", $nextLink = "Main", _archologyCosts = 0>>
+<<set $nextButton = "Back to Main", $nextLink = "Main", _arcologyCosts = 0>>
 
 <<set $lastWeeksRepIncome.Total = 0>>
 <<set $lastWeeksRepExpenses.Total = 0>>
diff --git a/src/utility/descriptionWidgets.tw b/src/utility/descriptionWidgets.tw
index 7b85c5a8aef..0c5851398a4 100644
--- a/src/utility/descriptionWidgets.tw
+++ b/src/utility/descriptionWidgets.tw
@@ -94,7 +94,7 @@
 	<<if $activeSlave.geneticQuirks.pFace == 2>>
 		$He has an exceedingly rare trait associated with perfect facial beauty.
 		<<if $activeSlave.geneticQuirks.uFace == 2>>
-			Oddly enough, $he also possesses a conflicting trait for raw uglyness; the two average each other out.
+			Oddly enough, $he also possesses a conflicting trait for raw ugliness; the two average each other out.
 		<</if>>
 	<<elseif $activeSlave.geneticQuirks.uFace == 2>>
 		$He has an exceedingly rare trait associated with some of the ugliest mugs in history.
diff --git a/src/utility/descriptionWidgetsStyle.tw b/src/utility/descriptionWidgetsStyle.tw
index 99a1ab59721..1b2819d556b 100644
--- a/src/utility/descriptionWidgetsStyle.tw
+++ b/src/utility/descriptionWidgetsStyle.tw
@@ -147,7 +147,7 @@ $activeSlave.slaveName is
 			$His lingerie is white, since $he has a virgin asspussy,
 		<<elseif ($activeSlave.fetish == "dom") || ($activeSlave.fetish == "sadist")>>
 			$He's gone with black lingerie to look a bit more intimidating,
-		<<elseif ($activeSlave.hormoneBlance < 0)>>
+		<<elseif ($activeSlave.hormoneBalance < 0)>>
 			$He's gone with blue lingerie for some reason,
 		<<elseif ($activeSlave.dick > 0) && ($activeSlave.balls == 0)>>
 			The lingerie is girly pink,
@@ -167,7 +167,7 @@ $activeSlave.slaveName is
 			$His lingerie is white, since $he has a virgin asspussy,
 		<<elseif ($activeSlave.fetish == "dom") || ($activeSlave.fetish == "sadist")>>
 			$He's gone with black lingerie to look a bit more intimidating,
-		<<elseif ($activeSlave.hormoneBlance < 0)>>
+		<<elseif ($activeSlave.hormoneBalance < 0)>>
 			$He's gone with blue lingerie for some reason,
 		<<elseif ($activeSlave.dick > 0) && ($activeSlave.balls == 0)>>
 			The lingerie is girly pink,
@@ -1529,7 +1529,7 @@ $His
 	<<if $activeSlave.hLength > 100>>
 		<<switch $activeSlave.clothes>>
 		<<case "conservative clothing">>
-			is pulled back with a pair of simple hairties into tails.
+			is pulled back with a pair of simple hair ties into tails.
 		<<case "chains">>
 			is back in tails secured by steel rings.
 		<<case "a latex catsuit">>
@@ -1607,7 +1607,7 @@ $His
 	<<elseif $activeSlave.hLength > 30>>
 		<<switch $activeSlave.clothes>>
 		<<case "conservative clothing">>
-			is pulled back with a pair of simple hairties into tails.
+			is pulled back with a pair of simple hair ties into tails.
 		<<case "chains">>
 			is back in tails secured by steel rings.
 		<<case "a latex catsuit">>
@@ -1685,7 +1685,7 @@ $His
 	<<elseif $activeSlave.hLength > 10>>
 		<<switch $activeSlave.clothes>>
 		<<case "conservative clothing">>
-			is pulled back with a pair of simple hairties into short tails.
+			is pulled back with a pair of simple hair ties into short tails.
 		<<case "chains">>
 			is back in short tails secured by steel rings.
 		<<case "a latex catsuit">>
@@ -1794,7 +1794,7 @@ $His
 	<<if $activeSlave.hLength > 100>>
 		<<switch $activeSlave.clothes>>
 		<<case "conservative clothing">>
-			is tied back with a simple hairtie into a long ponytail.
+			is tied back with a simple hair tie into a long ponytail.
 		<<case "chains">>
 			is tied back into a ponytail secured by steel rings.
 		<<case "a latex catsuit">>
@@ -1872,7 +1872,7 @@ $His
 	<<elseif $activeSlave.hLength > 30>>
 		<<switch $activeSlave.clothes>>
 		<<case "conservative clothing">>
-			is pulled back with a simple hairtie into a ponytail.
+			is pulled back with a simple hair tie into a ponytail.
 		<<case "chains">>
 			is tied back in a ponytail secured by steel rings.
 		<<case "a latex catsuit">>
@@ -1950,7 +1950,7 @@ $His
 	<<elseif $activeSlave.hLength > 10>>
 		<<switch $activeSlave.clothes>>
 		<<case "conservative clothing">>
-			is pulled back with a simple hairtie into short ponytail.
+			is pulled back with a simple hair tie into short ponytail.
 		<<case "chains">>
 			is back in a short ponytail secured by steel rings.
 		<<case "a latex catsuit">>
@@ -2041,7 +2041,7 @@ $His
 	<<if $activeSlave.hLength > 100>>
 		<<switch $activeSlave.clothes>>
 		<<case "conservative clothing">>
-			is pulled back with a pair of simple hairties into braids.
+			is pulled back with a pair of simple hair ties into braids.
 		<<case "chains">>
 			is back in braids secured by steel rings.
 		<<case "Western clothing">>
@@ -2115,7 +2115,7 @@ $His
 	<<elseif $activeSlave.hLength > 30>>
 		<<switch $activeSlave.clothes>>
 		<<case "conservative clothing">>
-			is pulled back with simple hairties into braids.
+			is pulled back with simple hair ties into braids.
 		<<case "chains">>
 			is back in braids secured by steel rings.
 		<<case "Western clothing">>
@@ -2189,7 +2189,7 @@ $His
 	<<elseif $activeSlave.hLength > 10>>
 		<<switch $activeSlave.clothes>>
 		<<case "conservative clothing">>
-			is pulled back with a pair of simple hairties into short braids.
+			is pulled back with a pair of simple hair ties into short braids.
 		<<case "chains">>
 			is back in short braids secured by steel rings.
 		<<case "Western clothing">>
@@ -2428,7 +2428,7 @@ $His
 	<<elseif $activeSlave.hLength > 10>>
 		<<switch $activeSlave.clothes>>
 		<<case "conservative clothing">>
-			is in short dreadlocks, some in simple hairties.
+			is in short dreadlocks, some in simple hair ties.
 		<<case "chains">>
 			is in short dreadlocks, some with steel rings.
 		<<case "Western clothing">>
@@ -2663,7 +2663,7 @@ $His
 	<<elseif $activeSlave.hLength > 10>>
 		<<switch $activeSlave.clothes>>
 		<<case "conservative clothing">>
-			is curled into short locks secured by simple hairties.
+			is curled into short locks secured by simple hair ties.
 		<<case "chains">>
 			is curled into short locks secured by steel rings.
 		<<case "Western clothing">>
@@ -2770,7 +2770,7 @@ $His
 		<<case "uncomfortable straps">>
 			is permed into long flowing curls secured by leather ties.
 		<<case "shibari rope">>
-			is in long dreadcurls, some simply tied with string.
+			is in long dreadlocks, some simply tied with string.
 		<<case "restrictive latex">>
 			is permed into long flowing curls poking out of a hole in $his latex hood.
 		<<case "a string bikini" "cutoffs and a t-shirt" "a schoolgirl outfit" "a slutty maid outfit" "striped panties">>
@@ -2898,7 +2898,7 @@ $His
 	<<elseif $activeSlave.hLength > 10>>
 		<<switch $activeSlave.clothes>>
 		<<case "conservative clothing">>
-			is permed into short waves secured by simple hairties.
+			is permed into short waves secured by simple hair ties.
 		<<case "chains">>
 			is permed into short waves secured by steel rings.
 		<<case "Western clothing">>
diff --git a/src/utility/saRulesWidgets.tw b/src/utility/saRulesWidgets.tw
index 197b900dbc1..65c209c7242 100644
--- a/src/utility/saRulesWidgets.tw
+++ b/src/utility/saRulesWidgets.tw
@@ -193,7 +193,7 @@ and
 									<<set $slaves[$i].trust += 1>>
 								<</if>>
 							<<else>>
-								$He refuses to come to you for help with $his terribly swollen balls, no matter how backed up $he becomes. The intense blueballing only @@.mediumorchid;makes $him dislike you more.@@
+								$He refuses to come to you for help with $his terribly swollen balls, no matter how backed up $he becomes. The intense blue-balling only @@.mediumorchid;makes $him dislike you more.@@
 								<<set $slaves[$i].devotion -= 1>>
 							<</if>>
 						<<elseif $slaves[$i].drugs == "hyper testicle enhancement">>
@@ -222,7 +222,7 @@ and
 									<<set $slaves[$i].trust += 1>>
 								<</if>>
 							<<else>>
-								$He refuses to come to you for help with $his grotesquely swollen balls, no matter how backed up and sore $he becomes. The intense blueballing only @@.mediumorchid;makes $him hate you more.@@
+								$He refuses to come to you for help with $his grotesquely swollen balls, no matter how backed up and sore $he becomes. The intense blue-balling only @@.mediumorchid;makes $him hate you more.@@
 								<<set $slaves[$i].devotion -= 3>>
 							<</if>>
 						<</if>>
-- 
GitLab