From f6df65879b0b56e9b1a70837e0ad937dcf64db19 Mon Sep 17 00:00:00 2001
From: klorpa <30924131+klorpa@users.noreply.github.com>
Date: Thu, 6 Dec 2018 23:57:16 -0600
Subject: [PATCH] FSM

---
 devNotes/twine JS.txt                         |  2 +-
 src/SpecialForce/Firebase.tw                  |  4 ++--
 src/endWeek/saChoosesOwnClothes.tw            | 10 +++++-----
 src/events/intro/economyIntro.tw              |  2 +-
 src/events/intro/introSummary.tw              |  2 +-
 src/facilities/nursery/nursery.tw             | 10 +++++-----
 src/js/vignettes.tw                           | 20 +++++++++----------
 src/npc/descriptions/fBoobs.tw                |  2 +-
 src/uncategorized/RESS.tw                     |  2 +-
 src/uncategorized/costsReport.tw              |  2 +-
 src/uncategorized/options.tw                  |  2 +-
 .../personalAssistantAppearance.tw            |  6 +++---
 src/uncategorized/reNickname.tw               |  2 +-
 src/uncategorized/saLongTermEffects.tw        |  4 ++--
 src/uncategorized/surgeryDegradation.tw       |  6 +++---
 src/utility/descriptionWidgetsStyle.tw        |  2 +-
 16 files changed, 39 insertions(+), 39 deletions(-)

diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt
index c3d9bc6828f..f5714c831b5 100644
--- a/devNotes/twine JS.txt	
+++ b/devNotes/twine JS.txt	
@@ -3263,7 +3263,7 @@ Macro.add("textinput", {
 			.attr({
 				rows: 4,
 				// cols: 68, // instead of setting "cols" we set the `min-width` in CSS
-				tabindex: 0 // for accessiblity
+				tabindex: 0 // for accessibility
 			})
 			.addClass("macro-textarea") // "hijack" the .macro-textarea class
 			.on("input", function() {
diff --git a/src/SpecialForce/Firebase.tw b/src/SpecialForce/Firebase.tw
index 06ef4777afc..b3ceb0709fc 100644
--- a/src/SpecialForce/Firebase.tw
+++ b/src/SpecialForce/Firebase.tw
@@ -125,9 +125,9 @@
 		<</if>>
 
 		<br> <<if $SF.Bonus < 1>>
-			<<link "Provide @@.yellowgreen;<<print cashFormat(Math.ceil(_SFCashBonus))>>@@ in bonuses for basic FS acceptance amoungst $SF.Lower.""Firebase">> <<set $SF.Bonus = 1>> <</link>>
+			<<link "Provide @@.yellowgreen;<<print cashFormat(Math.ceil(_SFCashBonus))>>@@ in bonuses for basic FS acceptance amongst $SF.Lower.""Firebase">> <<set $SF.Bonus = 1>> <</link>>
 		<<else>>
-			You are providing @@.yellowgreen;<<print cashFormat(Math.ceil(_SFCashBonus))>>@@ in bonuses for basic FS acceptance amoungst $SF.Lower. [[Withdraw the bonuses.|Firebase][$SF.Bonus = 0]]
+			You are providing @@.yellowgreen;<<print cashFormat(Math.ceil(_SFCashBonus))>>@@ in bonuses for basic FS acceptance amongst $SF.Lower. [[Withdraw the bonuses.|Firebase][$SF.Bonus = 0]]
 		<</if>>
 
 		<<include "Upgrades">> 
diff --git a/src/endWeek/saChoosesOwnClothes.tw b/src/endWeek/saChoosesOwnClothes.tw
index ca6daf6da03..25218e01f8d 100644
--- a/src/endWeek/saChoosesOwnClothes.tw
+++ b/src/endWeek/saChoosesOwnClothes.tw
@@ -316,14 +316,14 @@ window.saChoosesOwnClothes = (function() {
 				wardrobeAssignment.push({text: `and slips into a scalemail bikini, the better to intimidate the prisoners.`, clothes: "a scalemail bikini"});
 				wardrobeAssignment.push({text: `and dons a scandalous habit to make it perfectly clear that crossing this nun will result in sexual punishment.`, clothes: "a fallen nuns habit"});
 				if(isItemAccessible("a military uniform")) {
-					wardrobeAssignment.push({text: `and wears a military uniform to look even more brutal and authoritive.`, clothes: "a military uniform"});
+					wardrobeAssignment.push({text: `and wears a military uniform to look even more brutal and authoritative.`, clothes: "a military uniform"});
 				}
 				if(isItemAccessible("a schutzstaffel uniform")) {
-					wardrobeAssignment.push({text: `and wears a schutzstaffel uniform to look even more brutal and authoritive.`, clothes: "a schutzstaffel uniform"});
-					wardrobeAssignment.push({text: `and wears a slutty schutzstaffel uniform to look even more brutal and authoritive.`, clothes: "a slutty schutzstaffel uniform"});
+					wardrobeAssignment.push({text: `and wears a schutzstaffel uniform to look even more brutal and authoritative.`, clothes: "a schutzstaffel uniform"});
+					wardrobeAssignment.push({text: `and wears a slutty schutzstaffel uniform to look even more brutal and authoritative.`, clothes: "a slutty schutzstaffel uniform"});
 				}
 				if(isItemAccessible("a red army uniform")) {
-					wardrobeAssignment.push({text: `and wears a red army uniform to look even more brutal and authoritive.`, clothes: "a red army uniform"});
+					wardrobeAssignment.push({text: `and wears a red army uniform to look even more brutal and authoritative.`, clothes: "a red army uniform"});
 				}
 				if(isItemAccessible("stretch pants and a crop-top")) {
 					wardrobeAssignment.push({text: `and decides to take it easy by slipping into some stretch pants. They come off just as quickly as they come on, just in case.`, clothes: "stretch pants and a crop-top"});
@@ -729,7 +729,7 @@ window.saChoosesOwnClothes = (function() {
 					wardrobeTastes.push({text: `and chooses an outfit that covers ${him} up as much as possible.`, clothes: "a hijab and abaya"});
 				} else if(slave.sexualFlaw == "breeder") {
 					if(isItemAccessible("attractive lingerie for a pregnant woman")) {
-						wardrobeTastes.push({text: `and wears lingerie designed to acommodate pregnancies, hoping that others get the hint.`, clothes: "attractive lingerie for a pregnant woman"});
+						wardrobeTastes.push({text: `and wears lingerie designed to accommodate pregnancies, hoping that others get the hint.`, clothes: "attractive lingerie for a pregnant woman"});
 					}
 				} else if(slave.sexualFlaw == "malicious") {
 					if(isItemAccessible("a schutzstaffel uniform")) {
diff --git a/src/events/intro/economyIntro.tw b/src/events/intro/economyIntro.tw
index 6eba2ad983b..52c22423a74 100644
--- a/src/events/intro/economyIntro.tw
+++ b/src/events/intro/economyIntro.tw
@@ -43,7 +43,7 @@
 	<<if $incomeMod == 0>>
 		while all forms of income ''remain static''. [[Easier|Economy Intro][$incomeRate = 1]]
 	<<elseif $incomeMod == 1>>
-		while all forms of income ''rise but can not keep pace''. [[Easier|Economy Intro][$incomeRate = 2]] | [[Harder|Economy Intro][$incomeRate = 0]]
+		while all forms of income ''rise but cannot keep pace''. [[Easier|Economy Intro][$incomeRate = 2]] | [[Harder|Economy Intro][$incomeRate = 0]]
 	<<else>>
 		but luckily all forms of income ''rise in lockstep''. [[Harder|Economy Intro][$incomeRate = 1]]
 	<</if>>
diff --git a/src/events/intro/introSummary.tw b/src/events/intro/introSummary.tw
index 27d0668c8c3..5ecf50800a3 100644
--- a/src/events/intro/introSummary.tw
+++ b/src/events/intro/introSummary.tw
@@ -66,7 +66,7 @@ __''World Settings''__
 	while all forms of income ''remain static''.
 		[[Easier|Intro Summary][$incomeMod = 1]]
 <<elseif $incomeMod == 1>>
-	while all forms of income ''rise but can not keep pace''.
+	while all forms of income ''rise but cannot keep pace''.
 	[[Harder|Intro Summary][$incomeMod = 0]] | [[Easier|Intro Summary][$incomeMod = 2]]
 <<else>>
 	but luckily all forms of income ''rise in lockstep''.
diff --git a/src/facilities/nursery/nursery.tw b/src/facilities/nursery/nursery.tw
index adf8103ebed..c79c5d5817c 100644
--- a/src/facilities/nursery/nursery.tw
+++ b/src/facilities/nursery/nursery.tw
@@ -407,17 +407,17 @@ Target age for release: <<textbox "$targetAgeNursery" $targetAgeNursery "Nursery
 <br>
 <<if $nurseryMuscles == 1>>
 	<<if $nurseryMusclesSetting == 2>>
-		Children are purposefully getting more excercise than recommended; excessive muscle gain likely.
-		[[Limit excercise|Nursery][$nurseryMusclesSetting = 1]] | [[Disable|Nursery][$nurseryMusclesSetting = 0]]
+		Children are purposefully getting more exercise than recommended; excessive muscle gain likely.
+		[[Limit exercise|Nursery][$nurseryMusclesSetting = 1]] | [[Disable|Nursery][$nurseryMusclesSetting = 0]]
 	<<elseif $nurseryMusclesSetting == 1>>
 		Excercise is being carefully managed; children will be raised with average strength.
-		[[More excercise|Nursery][$nurseryMusclesSetting = 2]] | [[Disable|Nursery][$nurseryMusclesSetting = 0]]
+		[[More exercise|Nursery][$nurseryMusclesSetting = 2]] | [[Disable|Nursery][$nurseryMusclesSetting = 0]]
 	<<elseif $nurseryMusclesSetting == 0>>
-		Children are no getting any excercise; they will likely be extremely weak.
+		Children are no getting any exercise; they will likely be extremely weak.
 		[[Allow|Nursery][$nurseryMusclesSetting = 1]]
 	<</if>>
 <<else>>
-	The children are not getting any excercise, meaning they will likely end up becoming weak and frail.
+	The children are not getting any exercise, meaning they will likely end up becoming weak and frail.
 	[[Allow the children to remain active|Nursery][$cash -= Math.trunc(1000*$upgradeMultiplierArcology), $nurseryMuscles = 1]] //Costs <<print cashFormat(Math.trunc(1000*$upgradeMultiplierArcology))>> and will increase upkeep costs//
 <</if>>
 <br>
diff --git a/src/js/vignettes.tw b/src/js/vignettes.tw
index 9a5aceed96d..cebb7965c28 100644
--- a/src/js/vignettes.tw
+++ b/src/js/vignettes.tw
@@ -1286,19 +1286,19 @@ window.GetVignette = function GetVignette(slave) {
 			}
 			if (V.arcologies[0].FSSupremacistRace === "asian") {
 				vignettes.push({
-					text: `${he} was hired to be the special guest at a rather unconvential seijin-shiki celebration party,`,
+					text: `${he} was hired to be the special guest at a rather unconventional seijin-shiki celebration party,`,
 					type: "cash",
 					effect: 1,
 				});
 			} else if (V.arcologies[0].FSSupremacistRace === "semitic") {
 				vignettes.push({
-					text: `${he} was hired to be the special guest at a rather unconvential bar mitzvah celebration party,`,
+					text: `${he} was hired to be the special guest at a rather unconventional bar mitzvah celebration party,`,
 					type: "cash",
 					effect: 1,
 				});
 			} else if (V.arcologies[0].FSSupremacistRace === "white") {
 				vignettes.push({
-					text: `${he} was hired to be the special guest at a rather unconvential Jugendweihe celebration party,`,
+					text: `${he} was hired to be the special guest at a rather unconventional Jugendweihe celebration party,`,
 					type: "cash",
 					effect: 1,
 				});
@@ -1526,7 +1526,7 @@ window.GetVignette = function GetVignette(slave) {
 				});
 			}
 			vignettes.push({
-				text: `${he} was hired to be the special guest at a rather unconvential genpuku celebration party,`,
+				text: `${he} was hired to be the special guest at a rather unconventional genpuku celebration party,`,
 				type: "cash",
 				effect: 1,
 			});
@@ -1549,7 +1549,7 @@ window.GetVignette = function GetVignette(slave) {
 				});
 			}
 			vignettes.push({
-				text: `${he} was hired to be the special guest at a rather unconvential Guan Li celebration party,`,
+				text: `${he} was hired to be the special guest at a rather unconventional Guan Li celebration party,`,
 				type: "cash",
 				effect: 1,
 			});
@@ -2863,19 +2863,19 @@ window.GetVignette = function GetVignette(slave) {
 			}
 			if (V.arcologies[0].FSSupremacistRace === "asian") {
 				vignettes.push({
-					text: `${he} was invited to and livened up a rather unconvential seijin-shiki celebration party,`,
+					text: `${he} was invited to and livened up a rather unconventional seijin-shiki celebration party,`,
 					type: "rep",
 					effect: 1,
 				});
 			} else if (V.arcologies[0].FSSupremacistRace === "semitic") {
 				vignettes.push({
-					text: `${he} was invited to and livened up a rather unconvential bar mitzvah celebration party,`,
+					text: `${he} was invited to and livened up a rather unconventional bar mitzvah celebration party,`,
 					type: "rep",
 					effect: 1,
 				});
 			} else if (V.arcologies[0].FSSupremacistRace === "white") {
 				vignettes.push({
-					text: `${he} was invited to and livened up a rather unconvential Jugendweihe celebration party,`,
+					text: `${he} was invited to and livened up a rather unconventional Jugendweihe celebration party,`,
 					type: "rep",
 					effect: 1,
 				});
@@ -3103,7 +3103,7 @@ window.GetVignette = function GetVignette(slave) {
 				});
 			}
 			vignettes.push({
-				text: `${he} was invited to and livened up a rather unconvential genpuku celebration party,`,
+				text: `${he} was invited to and livened up a rather unconventional genpuku celebration party,`,
 				type: "rep",
 				effect: 1,
 			});
@@ -3126,7 +3126,7 @@ window.GetVignette = function GetVignette(slave) {
 				});
 			}
 			vignettes.push({
-				text: `${he} was invited to and livened up a rather unconvential Guan Li celebration party,`,
+				text: `${he} was invited to and livened up a rather unconventional Guan Li celebration party,`,
 				type: "rep",
 				effect: 1,
 			});
diff --git a/src/npc/descriptions/fBoobs.tw b/src/npc/descriptions/fBoobs.tw
index 7fd9ed70825..c944419499e 100644
--- a/src/npc/descriptions/fBoobs.tw
+++ b/src/npc/descriptions/fBoobs.tw
@@ -197,7 +197,7 @@ tits.
 <<case "work in the dairy">>
 	$He goes off to carefully wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>> to keep production in $dairyName nice and sanitary.
 <<case "work as a farmhand">>
-	$He goes off to carefull wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>> to make sure $he doesn't taint the food in $farmyardName.
+	$He goes off to careful wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>> to make sure $he doesn't taint the food in $farmyardName.
 <<case "whore">>
 	$He heads off to wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>> before $he returns to prostituting $himself.
 <<case "work in the brothel">>
diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index f92610260a1..1edeb96e6ec 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -16554,7 +16554,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 <<link "Hug $him">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-	You reach out to hug $him, but as soon as your hand touches her shoulder, $he writhes instinctively away. <<if canSee($activeSlave)>>$His eyes fly open, searching frantically for her assailant. Seeing that it's you, $he screams and scrabbles away even harder. After making it a few feet, $he collects her wits enough to bring $himself to a stop and stop screaming, though $he continues to sob, staring at you in terror<<else>>$He gropes frantically for her assailant, before making contact with you. $He screams and scrabbles away, only stopping when $he collides with the nearest solid object. <<if canHear($activeSlave)>>Only after several call outs that it is you does $he stop screaming, though $he continues to sob, listening to your every breath in terror<<else>>After screaming $himself horase, $he realizes that $his assault has abruptly ended, and gently feels around $his surroundings with a shaking hand to disover $himself back in $his room<</if>><</if>>. $He remains frozen in place as you slowly advance on $him and give $him a light embrace. $His tears gradually stop, but $he does not relax, <<if canSee($activeSlave)>>remaining dumbly stiff<<else>>continuing to quake in fear<</if>> within your arms. Eventually you let $him go, and $he crawls pathetically back under $his sheet, still weeping softly. It seems $he is @@.gold;more afraid of you@@ than ever, and if you thought that a simple hug could win $him over, you were wrong.
+	You reach out to hug $him, but as soon as your hand touches her shoulder, $he writhes instinctively away. <<if canSee($activeSlave)>>$His eyes fly open, searching frantically for her assailant. Seeing that it's you, $he screams and scrabbles away even harder. After making it a few feet, $he collects her wits enough to bring $himself to a stop and stop screaming, though $he continues to sob, staring at you in terror<<else>>$He gropes frantically for her assailant, before making contact with you. $He screams and scrabbles away, only stopping when $he collides with the nearest solid object. <<if canHear($activeSlave)>>Only after several call outs that it is you does $he stop screaming, though $he continues to sob, listening to your every breath in terror<<else>>After screaming $himself horase, $he realizes that $his assault has abruptly ended, and gently feels around $his surroundings with a shaking hand to discover $himself back in $his room<</if>><</if>>. $He remains frozen in place as you slowly advance on $him and give $him a light embrace. $His tears gradually stop, but $he does not relax, <<if canSee($activeSlave)>>remaining dumbly stiff<<else>>continuing to quake in fear<</if>> within your arms. Eventually you let $him go, and $he crawls pathetically back under $his sheet, still weeping softly. It seems $he is @@.gold;more afraid of you@@ than ever, and if you thought that a simple hug could win $him over, you were wrong.
 	<<if canSee($activeSlave)>>
 		<<set $activeSlave.trust -= 4>>
 	<<elseif canHear($activeSlave)>>
diff --git a/src/uncategorized/costsReport.tw b/src/uncategorized/costsReport.tw
index 328837a1428..604cc9bb08a 100644
--- a/src/uncategorized/costsReport.tw
+++ b/src/uncategorized/costsReport.tw
@@ -85,7 +85,7 @@ your __personal living expenses__ are <<print cashFormat(Math.trunc($girls*(250+
 	<</if>>
 	<<if $SF.Bonus>>
 		<<= Count()>>
-		<br>__Bonuses for basic FS acceptance amoungst $SF.Lower:__ <<print cashFormat(Math.ceil(_SFCashBonus))>>
+		<br>__Bonuses for basic FS acceptance amongst $SF.Lower:__ <<print cashFormat(Math.ceil(_SFCashBonus))>>
 		<br>&nbsp;Colonel <<print cashFormat(_ColonelCashBonus*_Env)>>.
 		&nbsp;Troop size: <<print commaNum($SFUnit.Troops)>> and each solider recives <<print cashFormat(_inviTroop*_Env)>>, totalling <<print cashFormat(Math.ceil(_TroopCashBonus*_Env))>>.
 		<<set _archologyCosts += _SFCashBonus>>
diff --git a/src/uncategorized/options.tw b/src/uncategorized/options.tw
index 5fc50ae4ff2..8f9ab438b5f 100644
--- a/src/uncategorized/options.tw
+++ b/src/uncategorized/options.tw
@@ -383,7 +383,7 @@ Child gender ''will not'' be generated based off dick content settings. [[Enable
 <<if $seeDicksAffectsPregnancy == 0>>
 	<br>
 	<<if $adamPrinciple == 1>>
-		XX slaves ''can not'' have sons. [[Enable|Options][$adamPrinciple = 0]]
+		XX slaves ''cannot'' have sons. [[Enable|Options][$adamPrinciple = 0]]
 	<<else>>
 		XX slaves ''can'' have sons. [[Disable|Options][$adamPrinciple = 0]]
 	<</if>> //Will not affect existing pregnancies already in-game.//
diff --git a/src/uncategorized/personalAssistantAppearance.tw b/src/uncategorized/personalAssistantAppearance.tw
index 4aa1c561e47..8e8b0b47523 100644
--- a/src/uncategorized/personalAssistantAppearance.tw
+++ b/src/uncategorized/personalAssistantAppearance.tw
@@ -11,9 +11,9 @@ She's a cute little <<if $assistantFSAppearance == "supremacist">>$arcologies[0]
 	<<case "degradationist">>
 		She's sharpened her appearance to be quite frightening: she has impressive fangs, and a snakelike tongue flicks out between them.
 	<<case "supremacist">>
-		Her distinct $arcologies[0].FSSupremacistRace features are only enchanced by her monstorus appearence, and she has taken to jump-scaring slaves of lesser races when she isn't too busy with other tasks.
+		Her distinct $arcologies[0].FSSupremacistRace features are only enchanced by her monstorus appearance, and she has taken to jump-scaring slaves of lesser races when she isn't too busy with other tasks.
 	<<case "subjugationist">>
-		Her distinct $arcologies[0].FSSubjugationistRace features are further exaggerated by her monstorous appearence.
+		Her distinct $arcologies[0].FSSubjugationistRace features are further exaggerated by her monstorous appearance.
 	<<case "roman revivalist">>
 		She's wearing a conservative stola, which combined with her monstrous appearance makes her look like a Greek demigoddess.
 	<<case "aztec revivalist">>
@@ -1183,7 +1183,7 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantFS
 	<<case "supremacist">>
 		She's taken to carrying a cat o' nine tails whip at all times so that she's ready to lash a <<if $arcologies[0].FSSupremacistRace == "mixed">>pureblooded<<else>>non-$arcologies[0].FSSupremacistRace<</if>> slave at a moment's notice.
 	<<case "subjugationist">>
-		Her cartoonishly exaggerated $arcologies[0].FSSubjugationistRace body is just begging for a whipping, even when she isn't doing something mischievious and sneaky, which is rare.
+		Her cartoonishly exaggerated $arcologies[0].FSSubjugationistRace body is just begging for a whipping, even when she isn't doing something mischievous and sneaky, which is rare.
 	<<case "roman revivalist">>
 		She'd fit in perfectly tormenting the condemned in Tartarus.
 	<<case "aztec revivalist">>
diff --git a/src/uncategorized/reNickname.tw b/src/uncategorized/reNickname.tw
index 967a22821c3..2e6f778d004 100644
--- a/src/uncategorized/reNickname.tw
+++ b/src/uncategorized/reNickname.tw
@@ -1165,7 +1165,7 @@
 
 <<case "deaf">>
 	<<set $nickname = either("'Adder'", "'Cochlear'", "'Deaf'", "'Deaf Ears'", "'Deafened'", "'Decibel'", "'Ear Plugs'", "'Earless'", "'Hearing Aid'", "'Hearing Impaired'", "'Lip Reader'", "'Post'", "'Sign Language'", "'Stone Deaf'", "'Tinnitus'", "'Unhearing'")>>
-	<<set $situationDesc = "is deaf. $He is on constant alert for the commands and orders $he can not hear, and is at the mercy of everyone.">>
+	<<set $situationDesc = "is deaf. $He is on constant alert for the commands and orders $he cannot hear, and is at the mercy of everyone.">>
 	<<set $applyDesc = "accepts that $his disability defines $him. $He takes pride in knowing that $he's being insulted on the fact that $he can't hear any insults.">>
 	<<set $notApplyDesc = "understands that $he is expected to obey, work, and fuck just like any of your other slaves, regardless of $his hearing.">>
 	
diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw
index ba04a2cea17..949b8d7ecfc 100644
--- a/src/uncategorized/saLongTermEffects.tw
+++ b/src/uncategorized/saLongTermEffects.tw
@@ -4999,7 +4999,7 @@
 	<<if _visionFlag == -1>>
 		<<if $slaves[$i].hears == -2>>
 			<<if $slaves[$i].devotion > 50>>
-				Since $he is also deaf, $he begins to @@.mediumaquamarine;rely@@ on you to give $him the feedback $his body does can not.
+				Since $he is also deaf, $he begins to @@.mediumaquamarine;rely@@ on you to give $him the feedback $his body does cannot.
 				<<set $slaves[$i].trust += 3>>
 			<<elseif $slaves[$i].devotion > 20>>
 				Since $he is also deaf, $he becomes @@.hotpink;very reliant@@ on you, but also begins to @@.mediumaquamarine;trust@@ you to convery what $his body does not.
@@ -6365,7 +6365,7 @@
 						things, leaving $him @@.mediumorchid;overly frustrated@@ and moody by the end of the day.
 						<<set $slaves[$i].devotion -= 4>>
 					<<else>>
-						things, but accepts this is the life you have choosen for $him.
+						things, but accepts this is the life you have chosen for $him.
 					<</if>>
 				<</if>>
 			<<elseif $slaves[$i].belly >= 60000>>
diff --git a/src/uncategorized/surgeryDegradation.tw b/src/uncategorized/surgeryDegradation.tw
index 834608873b5..fc4158780d4 100644
--- a/src/uncategorized/surgeryDegradation.tw
+++ b/src/uncategorized/surgeryDegradation.tw
@@ -2220,7 +2220,7 @@ As the remote surgery's long recovery cycle completes,
 
 <<case "bellyIn">>
 	<<if $activeSlave.fetish == "mindbroken">>
-		$He leaves the surgery with nothing but a nonspecific ache in $his lower abdomen that $he can not figure out the source of. As with all surgery @@.red;$his health has been slightly affected.@@
+		$He leaves the surgery with nothing but a nonspecific ache in $his lower abdomen that $he cannot figure out the source of. As with all surgery @@.red;$his health has been slightly affected.@@
 	<<elseif ($activeSlave.devotion > 50)>>
 		$He leaves the surgery with nothing but a nonspecific ache in $his lower abdomen, and as such, knows you put something into $his womb. $He is @@.hotpink;curious@@ about the details of the implant, and eagerly awaits to see the end result. As with all surgery @@.red;$his health has been slightly affected.@@
 		<<set $activeSlave.devotion += 4>>
@@ -2234,7 +2234,7 @@ As the remote surgery's long recovery cycle completes,
 
 <<case "cervixPump">>
 	<<if $activeSlave.fetish == "mindbroken">>
-		$He leaves the surgery with nothing but a nonspecific ache in $his lower abdomen and vagina that $he can not figure out the source of. As with all surgery @@.red;$his health has been slightly affected.@@
+		$He leaves the surgery with nothing but a nonspecific ache in $his lower abdomen and vagina that $he cannot figure out the source of. As with all surgery @@.red;$his health has been slightly affected.@@
 	<<elseif ($activeSlave.devotion > 50)>>
 		$He leaves the surgery with nothing but a nonspecific ache in $his lower abdomen and vagina, and as such, knows you put something into $his cervix. $He is @@.hotpink;curious@@ about the details of the implant, and eagerly awaits to see the end result. As with all surgery @@.red;$his health has been slightly affected.@@
 		<<set $activeSlave.devotion += 4>>
@@ -2248,7 +2248,7 @@ As the remote surgery's long recovery cycle completes,
 
 <<case "bellyInMale">>
 	<<if $activeSlave.fetish == "mindbroken">>
-		$He leaves the surgery with nothing but a nonspecific ache in $his lower abdomen that $he can not figure out the source of. As $his surgery was very invasive @@.red;$his health has been greatly impacted.@@
+		$He leaves the surgery with nothing but a nonspecific ache in $his lower abdomen that $he cannot figure out the source of. As $his surgery was very invasive @@.red;$his health has been greatly impacted.@@
 	<<elseif ($activeSlave.devotion > 50)>>
 		$He leaves the surgery with nothing but a nonspecific ache in $his lower abdomen, and as such, knows you put something into $his body. $He is @@.hotpink;curious@@ about the details of the implant, and eagerly awaits to see the end result. As $his surgery was very invasive @@.red;$his health has been greatly impacted.@@
 		<<set $activeSlave.devotion += 4>>
diff --git a/src/utility/descriptionWidgetsStyle.tw b/src/utility/descriptionWidgetsStyle.tw
index 2459c179e7c..5a7822f5fc8 100644
--- a/src/utility/descriptionWidgetsStyle.tw
+++ b/src/utility/descriptionWidgetsStyle.tw
@@ -5160,7 +5160,7 @@ $His
 	<<elseif $activeSlave.bellyAccessory == "an extreme corset">>
 		$His extreme corset is $his only real piece of clothing.
 	<<elseif $activeSlave.bellyAccessory == "a support band">>
-		$His support band is $his only real peice of clothing.
+		$His support band is $his only real piece of clothing.
 	<</if>>
 
 <<case "a maternity dress">>
-- 
GitLab