diff --git a/devTools/spell_check.txt b/devTools/spell_check.txt
index d4dfe74ad55eca7e256bb52d25e80e48f452a8ab..c7adc4b4f08b2c7fd0106492ec50afb3431dab48 100644
--- a/devTools/spell_check.txt
+++ b/devTools/spell_check.txt
@@ -638,6 +638,7 @@ s/\bcandidiate\b/candidate/g
 s/\bcannister\b/canister/g
 s/\bcannisters\b/canisters/g
 s/\bcannnot\b/cannot/g
+s/\bcan not\b/cannot/g
 s/\bcannonical\b/canonical/g
 s/\bcannotation\b/connotation/g
 s/\bcannotations\b/connotations/g
diff --git a/src/events/intro/introSummary.tw b/src/events/intro/introSummary.tw
index 5455c8425d96f6ea16901fc249f8216c13e566f8..58fd534ad5a731c43346cfc4e2ab3733d686055b 100644
--- a/src/events/intro/introSummary.tw
+++ b/src/events/intro/introSummary.tw
@@ -159,7 +159,7 @@ __''General slave settings''__
 	Slaves ''can'' have extended families instead of just a single relative. //May cause lag.//
 	[[Disable extended families|Intro Summary][$familyTesting = 0]]
 <<else>>
-	Slaves ''can not'' have extended families, just a single relative. //Vanilla Mode.//
+	Slaves ''cannot'' have extended families, just a single relative. //Vanilla Mode.//
 	[[Enable extended families|Intro Summary][$familyTesting = 1]]
 <</if>> //Extended family mode must be on for the incubation facility to be enabled.//
 
@@ -286,7 +286,7 @@ Girls will not be able to impregnate others if their age is under <<textbox "$po
 
 <br>
 <<if $precociousPuberty == 0>>
-	Girls ''can not'' experience precocious puberty. (Unable to become pregnant or inseminate others younger than normal puberty age - $fertilityAge).
+	Girls ''cannot'' experience precocious puberty. (Unable to become pregnant or inseminate others younger than normal puberty age - $fertilityAge).
     [[Enable precocious puberty|Intro Summary][$precociousPuberty = 1]]
 <<else>>
 	Girls ''can'' experience precocious puberty. (Under certain conditions they can become pregnant or inseminate others younger then normal age - $fertilityAge, though they may also experience delayed puberty).
diff --git a/src/gui/Encyclopedia/encyclopedia.tw b/src/gui/Encyclopedia/encyclopedia.tw
index 501f85bc236f4b1af8542cdda88fdc2a8427963d..a7b4b8e51642db876972660b2e55e8bf3a974c6f 100644
--- a/src/gui/Encyclopedia/encyclopedia.tw
+++ b/src/gui/Encyclopedia/encyclopedia.tw
@@ -2787,7 +2787,7 @@ Not all drugs are applied directly to your slavegirl. In this case, gestation ac
 A facility used to rapidily age children kept within its aging tanks using a combination of growth hormones, accelerants, stem cells and other chemicals; slaves that come out of it are rarely healthy. Requires a massive amount of electricity to run, though once powered contains a battery backup to last at least a day. Can be upgraded to combat malnutrition and thinness caused by a body growing far beyond any natural rate. Hormones can also be added to encourage puberty and even sex organ development. Growth control systems include cost saving overrides, though enabling them may result in bloated, sex crazed slaves barely capable to moving.
 
 <<case "Organic Mesh Breast Implant">>
-A specialized organic implant produced from the dispensary designed to be implanted into to a slave's natural breast tissue to maintain a slave's breast shape no matter how big her breasts may grow. An expensive and risky procudure  proportional to the size of the breasts the mesh will be implanted into. Should health become an issue, the slave in surgery may undergo an emergency mastectomy. Furthermore, once implanted, the mesh can not be safely removed from the breast. However, total breast removal will rid the slave of the implant; consider strongly when and if you want to implant the mesh before doing so. They are exceedingly difficult to identify once bound to the breast tissue, and combined with their natural shape, are often overlooked.
+A specialized organic implant produced from the dispensary designed to be implanted into to a slave's natural breast tissue to maintain a slave's breast shape no matter how big her breasts may grow. An expensive and risky procudure  proportional to the size of the breasts the mesh will be implanted into. Should health become an issue, the slave in surgery may undergo an emergency mastectomy. Furthermore, once implanted, the mesh cannot be safely removed from the breast. However, total breast removal will rid the slave of the implant; consider strongly when and if you want to implant the mesh before doing so. They are exceedingly difficult to identify once bound to the breast tissue, and combined with their natural shape, are often overlooked.
 
 <<case "Ejaculation Boosting Prostate Implant">>
 An additional prostate implant designed to hyperstimulate one's prostate and store the resulting fluid for release during ejaculation in a specialized reservoir. An easy way to tell if the precum soaked slave you are fucking is sporting this implant is the distinct swelling in her lower belly as she nears release. Due to the sheer amount of prostate fluid released, sperm per volume is greatly reduced, devastaing profits of those looking to sell cum. Remember to keep your slaves well hydrated!
diff --git a/src/npc/fKiss.tw b/src/npc/fKiss.tw
index 7d0ba19505106a60e79f36012b1c9f1190d34ef3..ca18e8741959ae62244bfa7381a319e60b60a6c3 100644
--- a/src/npc/fKiss.tw
+++ b/src/npc/fKiss.tw
@@ -149,7 +149,7 @@ Then, you gently raise her <<if $activeSlave.face > 95>>heartrendingly beautiful
 			"I love you, <<Master>>," she <<say>>s dreamily.
 		<</if>>
 	<<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 20>>
-		She reflexively turns her head away from you, but you catch your wife by her jaw and kiss her harder. You wrap your arms around her so she can not escape. She wriggles desperately, but her struggles slowly subside as she realizes that you're not taking this any farther. When you bore of it and pull away, she glares at you.
+		She reflexively turns her head away from you, but you catch your wife by her jaw and kiss her harder. You wrap your arms around her so she cannot escape. She wriggles desperately, but her struggles slowly subside as she realizes that you're not taking this any farther. When you bore of it and pull away, she glares at you.
 		<<if (($activeSlave.amp == 1) && (!canTalk($activeSlave)))>>
 			Her <<if canSee($activeSlave)>>eyes demand<<else>>expression demands<</if>> an answer: are you done?
 		<<elseif !canTalk($activeSlave)>>
diff --git a/src/pregmod/theBlackMarket.tw b/src/pregmod/theBlackMarket.tw
index 06d1e64431c901c1b52c031d645b95e5c9a1ad96..d51d3a1631528dde82fd358e83f437f4f026a981 100644
--- a/src/pregmod/theBlackMarket.tw
+++ b/src/pregmod/theBlackMarket.tw
@@ -36,7 +36,7 @@ Of all the wonders present, the thing that catches your eye the most is a shady
 						<<if $cash >= 75000>>
 							[[Purchase schematics for anal pregnancy|The Black Market][$cash -= 75000, $arcologies[0].FSGenderRadicalistResearch = 1, _dump = $merchantFSWares.delete("GenderRadicalistResearch")]] //<<print cashFormat(75000)>>.//
 						<<else>>
-							You can not afford the asking price of <<print cashFormat(75000)>> for anal pregnancy schematics. "No discounts. No haggling. No price naming. Take it or leave it."
+							You cannot afford the asking price of <<print cashFormat(75000)>> for anal pregnancy schematics. "No discounts. No haggling. No price naming. Take it or leave it."
 						<</if>>
 					<<else>>
 						You lack the facilities needed to grow organs, so anal pregnancy schematics are currently out of your reach.
@@ -54,7 +54,7 @@ Of all the wonders present, the thing that catches your eye the most is a shady
 						<<if $cash >= 50000>>
 							[[Purchase designs for immense implants|The Black Market][$cash -= 50000, $arcologies[0].FSTransformationFetishistResearch = 1, _dump = $merchantFSWares.delete("TransformationFetishistResearch")]] //<<print cashFormat(50000)>>.//
 						<<else>>
-							You can not afford the asking price of <<print cashFormat(50000)>> for absurdly huge implant designs. "No big fake boobs for you. How sad it must be to be flat and enslaved by such a poor <<if $PC.title == 1>>Master<<else>>Mistress<</if>>"
+							You cannot afford the asking price of <<print cashFormat(50000)>> for absurdly huge implant designs. "No big fake boobs for you. How sad it must be to be flat and enslaved by such a poor <<if $PC.title == 1>>Master<<else>>Mistress<</if>>"
 						<</if>>
 					<<else>>
 						You lack the facilities needed to produce implants of this caliber, so absurdly huge implant designs are currently unobtainable.
@@ -69,7 +69,7 @@ Of all the wonders present, the thing that catches your eye the most is a shady
 					<<if $cash >= 50000>>
 						[[Purchase formulas for extremely powerful growth drugs|The Black Market][$cash -= 50000, $arcologies[0].FSAssetExpansionistResearch = 1, _dump = $merchantFSWares.delete("AssetExpansionistResearch")]] //<<print cashFormat(50000)>>.//
 					<<else>>
-						You can not afford the asking price of <<print cashFormat(50000)>> for extremely powerful growth drug formulas. "Why'd you even come here if you didn't have the credits to buy anything?"
+						You cannot afford the asking price of <<print cashFormat(50000)>> for extremely powerful growth drug formulas. "Why'd you even come here if you didn't have the credits to buy anything?"
 					<</if>>
 				<<else>>
 					You already possess formulas for extremely powerful growth drugs.
@@ -81,7 +81,7 @@ Of all the wonders present, the thing that catches your eye the most is a shady
 					<<if $cash >= 75000>>
 						[[Purchase formulas for growth reversing drugs|The Black Market][$cash -= 75000, $arcologies[0].FSSlimnessEnthusiastResearch = 1, _dump = $merchantFSWares.delete("SlimnessEnthusiastResearch")]] //<<print cashFormat(75000)>>.//
 					<<else>>
-						You can not afford the asking price of <<print cashFormat(75000)>> for growth reversing drug formulas. "<<if $PC.boobsBonus > 0>>Guess you'll be keeping those knockers for now, <<if $PC.title == 0>>little miss top heavy<<else>>mr busty<</if>><<else>>Guess you don't mind sore backs. Leads to less sore knees, from what I've heard<</if>>."
+						You cannot afford the asking price of <<print cashFormat(75000)>> for growth reversing drug formulas. "<<if $PC.boobsBonus > 0>>Guess you'll be keeping those knockers for now, <<if $PC.title == 0>>little miss top heavy<<else>>mr busty<</if>><<else>>Guess you don't mind sore backs. Leads to less sore knees, from what I've heard<</if>>."
 					<</if>>
 				<<else>>
 					You already possess formulas for growth reversing drugs.
@@ -93,7 +93,7 @@ Of all the wonders present, the thing that catches your eye the most is a shady
 					<<if $cash >= 45000>>
 						[[Purchase formulas for extremely effective anti-aging beauty creams|The Black Market][$cash -= 45000, $arcologies[0].FSYouthPreferentialistResearch = 1, _dump = $merchantFSWares.delete("YouthPreferentialistResearch")]] //<<print cashFormat(45000)>>.//
 					<<else>>
-						You can not afford the asking price of <<print cashFormat(45000)>> for extremely effective anti-aging beauty creams. "<<if $PC.visualAge > 40>>Those wrinkles don't look that bad on you, so don't worry about not being able to afford this<<else>>Just tell them they look young, and well, don't give them any mirrors. Probably should keep your money troubles from them too<</if>>."
+						You cannot afford the asking price of <<print cashFormat(45000)>> for extremely effective anti-aging beauty creams. "<<if $PC.visualAge > 40>>Those wrinkles don't look that bad on you, so don't worry about not being able to afford this<<else>>Just tell them they look young, and well, don't give them any mirrors. Probably should keep your money troubles from them too<</if>>."
 					<</if>>
 				<<else>>
 					You already possess formulas for extremely effective anti-aging beauty cream.
@@ -105,7 +105,7 @@ Of all the wonders present, the thing that catches your eye the most is a shady
 					<<if $cash >= 65000>>
 						[[Purchase recipes for highly addictive solid slave food|The Black Market][$cash -= 65000, $arcologies[0].FSHedonisticDecadenceResearch = 1, _dump = $merchantFSWares.delete("HedonisticDecadenceResearch")]] //<<print cashFormat(65000)>>.//
 					<<else>>
-						You can not afford the asking price of <<print cashFormat(65000)>> for highly addictive solid slave food recipes. "I promise you'll not be able to recreate this at home, so if you want to give your begging slave the treat she deserves, buy now! Or, you know, come back with money."
+						You cannot afford the asking price of <<print cashFormat(65000)>> for highly addictive solid slave food recipes. "I promise you'll not be able to recreate this at home, so if you want to give your begging slave the treat she deserves, buy now! Or, you know, come back with money."
 					<</if>>
 				<<else>>
 					You already possess recipes for highly addictive solid slave food.
diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index 6e7a0415f38e301dbce72071e5b1d9f1331e43aa..cdfcb45781e11386b6fd8c0d0ee5b2b7c5ca059e 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -153,7 +153,7 @@ Finishing your work, you lean back for a break well deserved break. Your peace i
 
 <<case "breeding bull">>
 
-You are awakened from a sound sleep by a pair of strong hands pinning your shoulders. Struggling to get your bearings, you come face to face with the drooling <<EventNameLink $activeSlave>>. You had nothing planned this morning, so you've been allowed to sleep in undisturbed. Try as you might, you can not slip your arms from under her weight. She hastily shifts her weight around, almost giving you the chance to break free, but you freeze when something big, heavy and wet slaps against your stomach.
+You are awakened from a sound sleep by a pair of strong hands pinning your shoulders. Struggling to get your bearings, you come face to face with the drooling <<EventNameLink $activeSlave>>. You had nothing planned this morning, so you've been allowed to sleep in undisturbed. Try as you might, you cannot slip your arms from under her weight. She hastily shifts her weight around, almost giving you the chance to break free, but you freeze when something big, heavy and wet slaps against your stomach.
 <br><br>
 She is fully erect and dripping precum; she is going to breed you!
 
diff --git a/src/uncategorized/dispensary.tw b/src/uncategorized/dispensary.tw
index bfbf3c60fc657e1e4beb3790a44a5b097584e6fe..0833a6ac0cca8c170ea50c55d9495283d5a608a2 100644
--- a/src/uncategorized/dispensary.tw
+++ b/src/uncategorized/dispensary.tw
@@ -36,7 +36,7 @@ The Organ Farm
 	//The fabricator must upgraded before it can be fitted with perfected organ farm parts//
 	<br>
 <<elseif $organs.length > 0>>
-	//The organ farm can not be upgraded while it is use//
+	//The organ farm cannot be upgraded while it is use//
 	<br>
 <<elseif ($organFarmUpgrade == 2) && ($rep > 10000*_PCSkillCheck)>>
 	[[Upgrade to the organ farm to the cutting edge model|Dispensary][$cash -= 150000*_PCSkillCheck, $organFarmUpgrade = 3]]
@@ -341,7 +341,7 @@ Pharmacological Upgrades
 <<if ($aphrodisiacUpgradeRefine == 0) && ($rep > 6000*_PCSkillCheck)>>
 	[[Purchase data on refined aphrodisiacs|Dispensary][$cash -= 20000*_PCSkillCheck, $aphrodisiacUpgradeRefine = 1]]
 	//Costs <<print cashFormat(20000*_PCSkillCheck)>>//
-	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will prevent most physical side effects of aphrodisiacs. Once the formulas are changed they can not be changed back.//
+	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will prevent most physical side effects of aphrodisiacs. Once the formulas are changed they cannot be changed back.//
 	<br>
 <<elseif ($aphrodisiacUpgradeRefine == 1)>>
 	The fabricator is producing refined aphrodisiacs with limited hormonal effects.
diff --git a/src/uncategorized/saDiet.tw b/src/uncategorized/saDiet.tw
index 3862759cc37411a6feb58e4c09fa127115f27282..d3d5410fc77cdcb3dc57c4a9bf29bfa640a18a5d 100644
--- a/src/uncategorized/saDiet.tw
+++ b/src/uncategorized/saDiet.tw
@@ -688,7 +688,7 @@
 	<</if>>
 <<case "cleansing">> /* chem reduce and health plus */
 	<<if $slaves[$i].health > 90 && $slaves[$i].chem < 10>>
-		Her health, all things considered, can not get much better. @@.yellow;Her cleansing diet has ended.@@
+		Her health, all things considered, cannot get much better. @@.yellow;Her cleansing diet has ended.@@
 		<<set $slaves[$i].diet = "healthy">>
 	<</if>>
 	<<if $slaves[$i].fetish == "mindbroken">>
diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw
index 7d24b83f501afa5368102b8b29d05d11d9638625..7a7bce8a536dfbb95558949927e4ee921fa5c12a 100644
--- a/src/uncategorized/saLongTermEffects.tw
+++ b/src/uncategorized/saLongTermEffects.tw
@@ -4879,7 +4879,7 @@
 			<</if>>
 		<<else>>
 			<<if $slaves[$i].onDiet != 1>>
-				The treats are designed to cause stomach cramps alongside being extremely addictive. She can not stop herself from eating them, but she can @@.gold;fear@@ your cruelty as her @@.hotpink;will steadily erodes@@ from the concentrated aphrodisiacs in her food.
+				The treats are designed to cause stomach cramps alongside being extremely addictive. She cannot stop herself from eating them, but she can @@.gold;fear@@ your cruelty as her @@.hotpink;will steadily erodes@@ from the concentrated aphrodisiacs in her food.
 				<<set $slaves[$i].devotion += 2, $slaves[$i].trust -= 3>>
 			<<else>>
 				The treats are designed to cause stomach cramps alongside being extremely addictive. Since she is not permitted to eat them, @@.mediumaquamarine;she breathes a sigh of relief,@@ though she is fully aware of what happens to those not as fortunate as her. She @@.hotpink;tries her best to be obedient@@ hoping to not undergo the agony, but her efforts pale in comparison to the effects of the food based aphrodisiacs.
diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw
index 3167ebc4db89e4a9fa3f2dfe658c48d2a9c44ea1..7bc94c114e2263c7e1a1d038a82aa1b031052829 100644
--- a/src/utility/descriptionWidgetsFlesh.tw
+++ b/src/utility/descriptionWidgetsFlesh.tw
@@ -4449,7 +4449,7 @@ $pronounCap has
 	<<elseif $activeSlave.bellyPreg > 0>>
 		$pronounCap is massively pregnant, beyond any typical pregnancy,
 		<<if $activeSlave.physicalAge <= 3>>
-			and $possessive belly pins $possessive to the ground. $possessiveCap toddlerish form is dwarfed by $possessive pregnancy, and try as $pronoun might $pronoun can not even drag the oversized thing.<<if $activeSlave.amp == 0>> $pronounCap requires assistance to get to $possessive feet<<if $saleDescription == 0>>, and uses a wheeled stand to support $possessive pregnancy when $pronoun must walk anywhere<</if>>.<</if>>
+			and $possessive belly pins $possessive to the ground. $possessiveCap toddlerish form is dwarfed by $possessive pregnancy, and try as $pronoun might $pronoun cannot even drag the oversized thing.<<if $activeSlave.amp == 0>> $pronounCap requires assistance to get to $possessive feet<<if $saleDescription == 0>>, and uses a wheeled stand to support $possessive pregnancy when $pronoun must walk anywhere<</if>>.<</if>>
 		<<elseif $activeSlave.physicalAge <= 12>>
 			and $pronoun can barely function with $possessive oversized belly.<<if $activeSlave.amp == 0>> $pronounCap requires assistance to get to $possessive feet<<if $saleDescription == 0>>, and uses a wheeled stand to support $possessive pregnancy when $pronoun must walk anywhere<</if>>.<</if>>
 		<<elseif $activeSlave.height >= 185>>
@@ -4495,7 +4495,7 @@ $pronounCap has
 	<<else>>
 		$pronounCap looks massively pregnant, beyond any typical pregnancy,
 		<<if $activeSlave.physicalAge <= 3>>
-			and $possessive belly pins $possessive to the ground. $possessiveCap toddlerish form is dwarfed by $possessive implant, and try as $pronoun might $pronoun can not even drag the oversized thing.<<if $activeSlave.amp == 0>> $pronounCap requires assistance to get to $possessive feet<<if $saleDescription == 0>>, and uses a wheeled stand to support $possessive middle when $pronoun must walk anywhere<</if>>.<</if>>
+			and $possessive belly pins $possessive to the ground. $possessiveCap toddlerish form is dwarfed by $possessive implant, and try as $pronoun might $pronoun cannot even drag the oversized thing.<<if $activeSlave.amp == 0>> $pronounCap requires assistance to get to $possessive feet<<if $saleDescription == 0>>, and uses a wheeled stand to support $possessive middle when $pronoun must walk anywhere<</if>>.<</if>>
 		<<elseif $activeSlave.physicalAge <= 12>>
 			and $pronoun can barely function with $possessive oversized belly.<<if $activeSlave.amp == 0>> $pronounCap requires assistance to get to $possessive feet<<if $saleDescription == 0>>, and uses a wheeled stand to support $possessive middle when $pronoun must walk anywhere<</if>>.<</if>>
 		<<elseif $activeSlave.height >= 185>>
@@ -7928,13 +7928,13 @@ $pronounCap has
 	<<elseif $activeSlave.weight > 190>>
 		$activeSlave.slaveName's maid dress is almost conservative, it barely contains $possessive massively fat belly. Its seams strain against $possessive wobbling mass.
 	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		$activeSlave.slaveName's maid dress is almost conservative. It covers $possessive big pregnant belly completely, though it can not hide $possessive popped navel, poking through the front.
+		$activeSlave.slaveName's maid dress is almost conservative. It covers $possessive big pregnant belly completely, though it cannot hide $possessive popped navel, poking through the front.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's maid dress is almost conservative, it covers $possessive hugely fat belly completely, but does nothing to hide how big and jiggly it is.
 	<<elseif $activeSlave.weight > 130>>
 		$activeSlave.slaveName's maid dress is almost conservative, it covers $possessive big fat belly completely, but does nothing to hide how big and jiggly it is.
 	<<elseif $activeSlave.bellyPreg >= 5000 || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
-		$activeSlave.slaveName's maid dress is almost conservative, it covers $possessive pregnant belly completely. Though it can not hide $possessive popped navel poking through the front.
+		$activeSlave.slaveName's maid dress is almost conservative, it covers $possessive pregnant belly completely. Though it cannot hide $possessive popped navel poking through the front.
 	<<elseif $activeSlave.weight > 95>>
 		$activeSlave.slaveName's maid dress is almost conservative, it covers $possessive fat belly completely, but does nothing to hide how big it is.
 	<<elseif (($activeSlave.bellyPreg >= 1500) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
@@ -10315,7 +10315,7 @@ she's
 <<elseif $activeSlave.bellyImplant >= 16000>>
 	$pronounCap looks unbelievably pregnant,
 	<<if $activeSlave.physicalAge <= 3>>
-		and $possessive belly pins $possessive to the ground. $possessiveCap toddlerish form is dwarfed by $possessive implant; try as $pronoun might, $pronoun can not even drag the massive thing. $pronounCap is so full you can nearly make out the implant within $possessive body through $possessive skin.
+		and $possessive belly pins $possessive to the ground. $possessiveCap toddlerish form is dwarfed by $possessive implant; try as $pronoun might, $pronoun cannot even drag the massive thing. $pronounCap is so full you can nearly make out the implant within $possessive body through $possessive skin.
 	<<elseif $activeSlave.physicalAge <= 12>>
 		and $pronoun can barely function with $possessive enormous belly. $pronounCap is so full you can nearly make out the implant within $possessive body through $possessive skin.
 	<<elseif $activeSlave.height >= 185>>
@@ -10729,7 +10729,7 @@ she's
 <<case "a slutty maid outfit">>
 	$activeSlave.slaveName's maid dress fails to cover $possessive huge implant-filled belly, but the outfit includes a thin white blouse that conceals only the upper part of $possessive stomach.
 <<case "a nice maid outfit">>
-	$activeSlave.slaveName's maid dress is almost conservative. It covers $possessive huge implant-filled belly completely, though it can not hide $possessive popped navel, poking through the front.
+	$activeSlave.slaveName's maid dress is almost conservative. It covers $possessive huge implant-filled belly completely, though it cannot hide $possessive popped navel, poking through the front.
 <<case "a fallen nuns habit">>
 	$activeSlave.slaveName's latex habit's corset is left hanging open fully revealing $possessive huge implant-filled belly.
 <<case "a penitent nuns habit">>
@@ -10870,7 +10870,7 @@ she's
 <<case "a slutty maid outfit">>
 	$activeSlave.slaveName's maid dress fails to cover $possessive implant-filled belly, but the outfit includes a thin white blouse that conceals only the top half of $possessive stomach.
 <<case "a nice maid outfit">>
-	$activeSlave.slaveName's maid dress is almost conservative, it covers $possessive implant-filled belly completely.  Though it can not hide $possessive popped navel poking through the front.
+	$activeSlave.slaveName's maid dress is almost conservative, it covers $possessive implant-filled belly completely.  Though it cannot hide $possessive popped navel poking through the front.
 <<case "a fallen nuns habit">>
 	$activeSlave.slaveName's latex habit's corset is left hanging open fully revealing $possessive implant-filled belly.
 <<case "a penitent nuns habit">>
@@ -11526,7 +11526,7 @@ she's
 <<case "a slutty maid outfit">>
 	$activeSlave.slaveName's maid dress fails to cover $possessive hugely swollen belly, but the outfit includes a thin white blouse that conceals only the upper part of $possessive stomach.
 <<case "a nice maid outfit">>
-	$activeSlave.slaveName's maid dress is almost conservative. It covers $possessive hugely swollen belly completely, though it can not hide $possessive popped navel, poking through the front.
+	$activeSlave.slaveName's maid dress is almost conservative. It covers $possessive hugely swollen belly completely, though it cannot hide $possessive popped navel, poking through the front.
 <<case "a fallen nuns habit">>
 	$activeSlave.slaveName's latex habit's corset is left hanging open fully revealing $possessive hugely swollen belly.
 <<case "a penitent nuns habit">>
@@ -11661,7 +11661,7 @@ she's
 <<case "a slutty maid outfit">>
 	$activeSlave.slaveName's maid dress fails to cover $possessive jiggling <<print $activeSlave.inflationType>>-filled belly, but the outfit includes a thin white blouse that conceals only the top half of $possessive stomach.
 <<case "a nice maid outfit">>
-	$activeSlave.slaveName's maid dress is almost conservative, it covers $possessive jiggling <<print $activeSlave.inflationType>>-filled belly completely. Though it can not hide $possessive popped navel poking through the front.
+	$activeSlave.slaveName's maid dress is almost conservative, it covers $possessive jiggling <<print $activeSlave.inflationType>>-filled belly completely. Though it cannot hide $possessive popped navel poking through the front.
 <<case "a fallen nuns habit">>
 	$activeSlave.slaveName's latex habit's corset is left hanging open fully revealing $possessive jiggling <<print $activeSlave.inflationType>>-filled belly.
 <<case "a penitent nuns habit">>