diff --git a/src/SecExp/attackHandler.tw b/src/SecExp/attackHandler.tw
index 1b704c89678592bcc429672518e407844d211305..face384da5a8ba22da4fc1f79fe65047bfa739c2 100644
--- a/src/SecExp/attackHandler.tw
+++ b/src/SecExp/attackHandler.tw
@@ -469,7 +469,7 @@
 			<</if>>
 		<</for>>
 	<</if>>
-	/* 60% chance of getting combat skill if nto already have it */
+	/* 60% chance of getting combat skill if not already have it */
 	<<if $HeadGirl.combatSkill == 0 && random(1,100) <= 60>>
 		<<set $gainedCombat = 1>>
 		<<set $HeadGirl.combatSkill = 1>>
diff --git a/src/SecExp/attackOptions.tw b/src/SecExp/attackOptions.tw
index 71db9263e7eee3b0f49bf9e4d207497875395f27..e19c46956107af42b111d2bf40678ac9487bf889 100644
--- a/src/SecExp/attackOptions.tw
+++ b/src/SecExp/attackOptions.tw
@@ -171,7 +171,7 @@ approximately <strong><<print $estimatedMen>> men</strong> are coming, they seem
 <<if $expectedEquip <= 0>>
 	<strong>poorly armed</strong>. Old rusty small arms are the norm with just a few barely working civilian vehicles. 
 <<elseif $expectedEquip == 1>>
-	<strong>lightly armed</strong>. Mostly small arms with some repurposed civilian vehicles and a scattered few machine guns. There's no sign of heavy vehicles, artillery or aircrafts.
+	<strong>lightly armed</strong>. Mostly small arms with some repurposed civilian vehicles and a scattered few machine guns. There's no sign of heavy vehicles, artillery or aircraft.
 <<elseif $expectedEquip == 2>>
 	<strong>decently armed</strong>. Good quality small arms, machine guns a few mortars. There seems to be some heavy military vehicles coming as well.
 <<elseif $expectedEquip == 3>>
diff --git a/src/SecExp/authorityReport.tw b/src/SecExp/authorityReport.tw
index bd283d1389efd09e66ac828d2bc6b022936404b5..cad71826018026e70c7c53ad3185acf1fdcbbe82 100644
--- a/src/SecExp/authorityReport.tw
+++ b/src/SecExp/authorityReport.tw
@@ -131,10 +131,10 @@
 <</if>>
 
 <<if $arcologies[0].FSNull >= 90>>
-	Cultural openess allows dangerous ideas to spread in your arcology, damaging your reputation.
+	Cultural openness allows dangerous ideas to spread in your arcology, damaging your reputation.
 	<<set _authGrowth -= $arcologies[0].FSNull>>
 <<elseif $arcologies[0].FSNull >= 50>>
-	Cultural openess allows dangerous ideas to spread in your arcology, damaging your reputation.
+	Cultural openness allows dangerous ideas to spread in your arcology, damaging your reputation.
 	<<set _authGrowth -= $arcologies[0].FSNull>>
 <</if>>
 
diff --git a/src/SecExp/edicts.tw b/src/SecExp/edicts.tw
index 93b418a93303baa3005bbf872aa59f6675ffacc2..3bb42ef25e17ac9c4bc3eb31c98e1bcc2e980d0d 100644
--- a/src/SecExp/edicts.tw
+++ b/src/SecExp/edicts.tw
@@ -53,13 +53,13 @@
 		<br>''Personnel training:'' $securityForceName is currently providing advanced equipment and training to security HQ personnel.
 		[[Repeal|edicts][$SFSupportLevel--, $SFSupportUpkeep -= 2000, $reqHelots += 5]]
 	<<elseif $SFSupportLevel == 3>>
-		<br>''Troops detachment:'' $securityForceName has currently transfered troops to the security department HQ in addition to providing advanced equipment and training to security HQ personnel.
+		<br>''Troops detachment:'' $securityForceName has currently transferred troops to the security department HQ in addition to providing advanced equipment and training to security HQ personnel.
 		[[Repeal|edicts][$SFSupportLevel--, $SFSupportUpkeep -= 3000, $reqHelots += 5]]
 	<<elseif $SFSupportLevel == 4>>
 		<br>''Full support:''$securityForceName is currently providing it's full support to the security department, while transferring troops to the security department HQ in addition to providing advanced equipment and training to security HQ personnel.
 		[[Repeal|edicts][$SFSupportLevel--, $SFSupportUpkeep -= 3000, $reqHelots += 5]]
 	<<elseif $SFSupportLevel == 5>>
-		<br>''Network assistance:''$securityForceName is currently assisting with a local install of it's custom network full support and has transfered troops to the security department HQ in addition to providing advanced equipment and training to security HQ personnel.
+		<br>''Network assistance:''$securityForceName is currently assisting with a local install of it's custom network full support and has transferred troops to the security department HQ in addition to providing advanced equipment and training to security HQ personnel.
 		[[Repeal|edicts][$SFSupportLevel--, $SFSupportUpkeep -= 4000, $secHQUpkeep -= 1000, $reqHelots += 5]]
 	<</if>>
 <</if>>
diff --git a/src/SecExp/encyclopediaSecExpBattles.tw b/src/SecExp/encyclopediaSecExpBattles.tw
index 24b11e24b18d667ade14484b04cfaef84135d10e..b8714fe1fe9d665f33c2d33cd8f5a73de87e004f 100644
--- a/src/SecExp/encyclopediaSecExpBattles.tw
+++ b/src/SecExp/encyclopediaSecExpBattles.tw
@@ -18,7 +18,7 @@ One garrisoned by the mercenary platoon,more mercenaries will slowly make their
 Security drones do not accumulate experience and are not affected by morale modifiers (for better or worse).
 <br>
 <br>Units statistics:
-<br><strong>Troops</strong>: The number of active combatants the unit can field. If it reaches zero the unit will cease to be considered active. It may be reformed as a new unit without loosing the upgrades given to it, but experience is lost.
+<br><strong>Troops</strong>: The number of active combatants the unit can field. If it reaches zero the unit will cease to be considered active. It may be reformed as a new unit without losing the upgrades given to it, but experience is lost.
 <br><strong>Maximum Troops</strong>: The maximum number of combatants the unit can field. You can increase this number through upgrade.
 <br><strong>Equipment</strong>: The quality of equipment given to the unit. Each level of equipment will increase attack and defense values of the unit by 15%.
 <br><strong>Experience</strong>: The quality of training provide/acquired in battle by the unit. Experience is a 0-100 scale with increasingly high bonuses to attack, defense and morale of the unit, to a maximum of 50% at 100 experience.
diff --git a/src/events/intro/pcBodyIntro.tw b/src/events/intro/pcBodyIntro.tw
index 8fc251732d0631eced47d8f8b91c5572f8f3ff6d..44e64275faa80b6c9b7d6283cd1414d9d8f1c25a 100644
--- a/src/events/intro/pcBodyIntro.tw
+++ b/src/events/intro/pcBodyIntro.tw
@@ -6,10 +6,10 @@ Most slaveowners in the Free Cities are male. The preexisting power structures o
 <br>
 
 <<if $PC.title > 0>>
-	You have a masculine figure and will be refered to as ''Master.''
+	You have a masculine figure and will be referred to as ''Master.''
 	[[Switch to a feminine appearance|PC Body Intro][$PC.title = 0]]
 <<else>>
-	You have a feminine figure and will be refered to as ''Mistress.''
+	You have a feminine figure and will be referred to as ''Mistress.''
 	[[Switch to a masculine appearance|PC Body Intro][$PC.title = 1]]
 <</if>>
 <br>&nbsp;&nbsp;&nbsp;&nbsp;
diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw
index e52a50a9ab2396d35f5bddb8adf64eac46b05000..6ea739615d0fb329912d22186141388d028b625d 100644
--- a/src/init/storyInit.tw
+++ b/src/init/storyInit.tw
@@ -1222,7 +1222,7 @@ FertilityAge($fertilityAge)
 /* FacilitySupport */
 <<set $Lieutenantcolonel = 0>>						/* Has a slave been selected to be a Lieutenant colonel? */
 <<set $FacilitySupportSlaves = 0>>					/* How many slaves are assiting in the facility support? */
-<<set $FacilitySupportfficiency = 0>>				/* How efficent is the support facility? */
+<<set $FacilitySupportfficiency = 0>>				/* How efficient is the support facility? */
 <<set $FacilitySupportUpgrade = 0>>					/* How many support facility upgrades has the play brought? */
 <<set $FacilitySupportCapacity = 5>>					/* How many slaves can the support facility house? */
 
diff --git a/src/js/clothingSelectionJS.tw b/src/js/clothingSelectionJS.tw
index d7b7027b160e1041d44b986db7c13a498a7bc48e..549c43f6418b0b18a22ba9bf2d0ed9dc5b4014a0 100644
--- a/src/js/clothingSelectionJS.tw
+++ b/src/js/clothingSelectionJS.tw
@@ -678,7 +678,7 @@ window.todaysCorset = function(slave) {
 				belly.push({text: "She notices the fake bellies; since every girl she has ever met has a rounded middle, it's only natural she is compelled to wear one.", bellyAccessory: jsEither("a small empathy belly", "a medium empathy belly", "a large empathy belly", "a huge empathy belly")});
 			}
 		} else {
-			belly.push({text: "", bellyAccessory: slave.bellyAccessory}); /*compatiblity for no output, will likely get deprecated in the future as content is added*/
+			belly.push({text: "", bellyAccessory: slave.bellyAccessory}); /*compatibility for no output, will likely get deprecated in the future as content is added*/
 		}
 	} else if(slave.devotion <= 20) {
 		
@@ -704,7 +704,7 @@ window.todaysCorset = function(slave) {
 		} else if(empathyBellies.includes(slave.bellyAccessory) && slave.sexualFlaw == "breeder") {
 			belly.push({text: "pulls her fake belly off, disgusted by it,", bellyAccessory: "none"});
 		} else {
-			belly.push({text: "", bellyAccessory: slave.bellyAccessory}); /*compatiblity for no output, will likely get deprecated in the future as content is added*/
+			belly.push({text: "", bellyAccessory: slave.bellyAccessory}); /*compatibility for no output, will likely get deprecated in the future as content is added*/
 		}
 	}
 	return jsEither(belly);
diff --git a/src/pregmod/SecForceEX/securityForceTradeShow.tw b/src/pregmod/SecForceEX/securityForceTradeShow.tw
index f42f8d0266939a0de966c2021964b59d9943973f..f2b2acb02c9fd77aae8da26785cfe8ae2f64e611 100644
--- a/src/pregmod/SecForceEX/securityForceTradeShow.tw
+++ b/src/pregmod/SecForceEX/securityForceTradeShow.tw
@@ -116,7 +116,7 @@ The (bi-yearly) security trade show has finally come around and even though you'
 		<<if $ColonelRelationship >= 400 && $LieutenantColonel == 1 && $ColonelCore == "brazen">>
 			<br><br>	
 			<<link "Have sex with The Colonel in a bathroom stall">>
-				The crowd are shocked by the loud noises comming from a bathroom stall.
+				The crowd are shocked by the loud noises coming from a bathroom stall.
 				<<set $rep -= 150, $securityForceSexedColonel += 1>>
 			<</link>>
 		<</if>>
@@ -126,7 +126,7 @@ The (bi-yearly) security trade show has finally come around and even though you'
 	
 	<<link "Request she remain on base">>
 	<<replace "#choice2">>
-		<br>The look of disappointement is bearly noticable on The Colonel's face.
+		<br>The look of disappointement is bearly noticeable on The Colonel's face.
 	<</replace>>
 	<</link>>
 
diff --git a/src/pregmod/fFeet.tw b/src/pregmod/fFeet.tw
index bc3c005a1fbceae596fd40aa96adb1947815f534..0ecc6f02b7a72b9f17ddc86d1d6eec680cdfff38 100644
--- a/src/pregmod/fFeet.tw
+++ b/src/pregmod/fFeet.tw
@@ -371,7 +371,7 @@ You call $activeSlave.slaveName to your office, telling $possessive to use $poss
 	<<elseif $activeSlave.fetish == "cumslut" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>>
 		As a devoted cumslut, $activeSlave.slaveName eagerly strokes your cock with $possessive feet, delightedly smearing your precum on $possessive soles. $pronounCap <<if canSee($activeSlave)>>stares at your <<if $PC.balls >=2>>massive balls with a ravenous gaze, <<elseif $PC.balls >=1>>large balls with a hungry gaze, <<else>>balls with a steady gaze, <</if>><<else>>gingerly feels the weight of your <<if $PC.balls >=2>>massive balls <<elseif $PC.balls >=1>>large balls <<else>>balls <</if>>with $possessive feet, <</if>>shivering in anticipation. 
 	<<elseif $activeSlave.fetish == "humiliation" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>>
-		$activeSlave.slaveName slowly strokes your cock with $possessive feet, getting off on the degrading use of $possessive feet amd avoiding your gaze. $pronounCap is showing an embarassed smile<<if $activeSlave.skin == 'black'>>, and if $possessive skin was any lighter you would see $possessive<<else>> and<</if>> bright blushing cheeks. 
+		$activeSlave.slaveName slowly strokes your cock with $possessive feet, getting off on the degrading use of $possessive feet amd avoiding your gaze. $pronounCap is showing an embarrassed smile<<if $activeSlave.skin == 'black'>>, and if $possessive skin was any lighter you would see $possessive<<else>> and<</if>> bright blushing cheeks. 
 	<<elseif $activeSlave.fetish == "boobs" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>>
 		As $activeSlave.slaveName deftly strokes your cock with $possessive feet, $possessive hands plays with $possessive  <<if $activeSlave.boobs < 299>>erect nipples. <<elseif $activeSlave.boobs < 499>>small chest. <<elseif $activeSlave.boobs >= 18000>>_boobs breasts, though $pronoun can't reach $possessive nipples. <<else>>_boobs breasts and erect nipples. <</if>> $pronounCap is certsinly giving you plenty of sexy options for you to watch. 
 	<<elseif $activeSlave.fetish == "sadist" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>>
diff --git a/src/pregmod/seFCTVshows.tw b/src/pregmod/seFCTVshows.tw
index fbebb9990809124ca0e7c7559facf5367d704702..6781762802b21f2afde6a9307dd04f15d4d20eae 100644
--- a/src/pregmod/seFCTVshows.tw
+++ b/src/pregmod/seFCTVshows.tw
@@ -691,7 +691,7 @@ The offered price is <<print cashFormat($slaveCost)>>.
             <br><br>A window had opened and was playing a video of the cows that helped produce the cake. A heavily pregnant cowslave was railing a far younger, but equally as pregnant cow with a strap-on. The younger cow’s eyes were glassy and unfocused. The older slave let out a growl of need and began to pick up speed, their considerable breasts jiggling with each thrust. The menu was polite enough to have a blurb informing them that the cows are actresses on The Young and the Fecund. If one was feeling uncharitable, they could say that the sole video tag of lactating lolis was technically correct, but a woefully inadequate description. 
             <br><br>He raised an eyebrow. “I thought you wanted a bloom berry sundae?” She gave him puppy dog eyes. “I want cake too,” she whined. He narrowed his eyes at her. The puppy dog eyes increased in intensity. A moment passed before he caved. “You can have a small slice.” The puppy dog eyes vanished and she let out a small cheer. Annie set down her menu. “I think I’ll have rum raisin-“She smiled at him, her eyes crinkling. “-and a slice of cake.” He huffed at her, but smiled anyway. Then he turned to Cathy. “And you?” he asked. “I think I’ll have a vanilla sundae.” He cocked his head at her and raised an eyebrow.  “What?” she said defensively. He held up his hands in a placating gesture. “Nothing, nothing. If you’ve made up your mind, just use the remote.” She picked up the remote and pressed the call button.  
             <br><br>A few moments later, Martha returned, her face flushed. “Everyone all set?” She briskly took down their orders and set off for the kitchens. After a few minutes, she returned with a full tray. With an agility that only comes from years of being a fighter pilot or working in the food industry, she passed out their orders and topped off every glass. With a quick, “Buzz me if you need me,” Martha returned to the counter. 
-            <br><br>June demurely ate her ice cream while Sadie seemed intent on eating her banana split in as lewd a fashion possible. In stark contrast, Sarah was savaging her cake and ice cream, icing smearing on her face and chest. As Annie was eating her ice cream, she ‘accidently’ started dribbling onto her cleavage.  “Oh my!” she said in a tone of faux concern.  “Sweety could you help mommy out?”  Sarah wiggled around in her mother’s cleavage and began to lap up the drips of ice cream, leaving smears of icing in her wake. “Oh, you’ve such a messy eater. Come here and let mommy clean you up.” Annie pulled her close and began to lick the remnants of cake and ice cream off her face. Her licks slowly morphed into a deep kiss. Their tongues danced and faces flushed.  Annie pulled away from her, trailing a line of kisses down her chest and began to suckle from her. Sarah bit her lip, eyes closed, and began to moan, her fingers teasing her clit.
+            <br><br>June demurely ate her ice cream while Sadie seemed intent on eating her banana split in as lewd a fashion possible. In stark contrast, Sarah was savaging her cake and ice cream, icing smearing on her face and chest. As Annie was eating her ice cream, she ‘accidentally’ started dribbling onto her cleavage.  “Oh my!” she said in a tone of faux concern.  “Sweety could you help mommy out?”  Sarah wiggled around in her mother’s cleavage and began to lap up the drips of ice cream, leaving smears of icing in her wake. “Oh, you’ve such a messy eater. Come here and let mommy clean you up.” Annie pulled her close and began to lick the remnants of cake and ice cream off her face. Her licks slowly morphed into a deep kiss. Their tongues danced and faces flushed.  Annie pulled away from her, trailing a line of kisses down her chest and began to suckle from her. Sarah bit her lip, eyes closed, and began to moan, her fingers teasing her clit.
             <br><br>Cathy looked upon this scene with an expression that could only be charitably described as slack jawed.  Scott caught her eye and gave her and gave her an amused grin. She flushed with embarrassment and cleared her throat before asking, “So, you own this place, don’t you?” He took a lick of his ice cream. “Indeed I do, something you want to ask?“
             <br><br>Her features became troubled and she shifted in her seat. “Yeah, why do you have all those girls mounted out front?”  He shrugged his shoulders. “Like I said, we at Blue Barn Creamery believe the customer has a right to see the cow before they drink from it.” She nodded “Yeah you said that, but why? Wouldn’t putting up a bunch of screens be as effective?”
             <br><br>Scott pondered her question for a moment, before saying, “Shortly after starting up here, there was a big scandal over slave milk. Apparently, some moron thought adulterating slave milk with actual cow milk was a good idea. As you might guess, it didn’t turn out well for him.” He took a bite of his ice cream before continuing. “After that, customer trust was at an all-time low. So, I decided to make sure customers could see the whole process right outside the door.” He jabbed his cone at her. “That level of transparency made me quite rich and my cows famous. Upstairs, you can buy all sorts of merchandise based on them, clothes, dolls, you name it.” He smiled. “There’s even a cartoon in the works.” Cathy looked at him with a thoughtful expression. “So, that’s why?” He gave her a lewd grin. “That, and it’s quite sexy. Now, eat your ice cream before it melts.” He turned his wife and daughter. “That goes for you too. Remember, clean your plate, then masturbate.” Sarah pulled away from Annie, gobbled down what remained of food, and then pressed her breasts into her mother’s face.
diff --git a/src/pregmod/widgets/bodySwapReaction.TW b/src/pregmod/widgets/bodySwapReaction.TW
index 50bf02f8ae7f613b80e851506f7ef88c39660805..e17ab6fb9de4c59bb1b480e51772112fd5fd9405 100644
--- a/src/pregmod/widgets/bodySwapReaction.TW
+++ b/src/pregmod/widgets/bodySwapReaction.TW
@@ -472,7 +472,7 @@ Now you only have to wait for her to wake up.
 			<</if>>
 		<<else>> /*(No change (less than a 100 cc’s of change)*/
 			<<if $args[0].devotion > 20>>
-				and finds a familiar chest waiting for her, albiet implant free.
+				and finds a familiar chest waiting for her, albeit implant free.
 				<<if ($args[0].physicalAge < $args[1].physicalAge-5)>> /*(younger)*/
 					She is pleased to see her breasts are now more pert and smooth then they were before.
 				<</if>>
diff --git a/src/pregmod/widgets/playerDescriptionWidgets.tw b/src/pregmod/widgets/playerDescriptionWidgets.tw
index f75a1b9ad0dcd7dd3ead4c5f71e7b6d7516ce4df..49f82d927adc8148f3764ebb31f2be68172ae52b 100644
--- a/src/pregmod/widgets/playerDescriptionWidgets.tw
+++ b/src/pregmod/widgets/playerDescriptionWidgets.tw
@@ -221,7 +221,7 @@
 	<<elseif $PC.title == 1>>
 		Your chest is quite masculine<<if $PC.preg > 30 || $PC.births > 0>>, though the pair of wetspots forming over your nipples suggest otherwise,<</if>><<if $PC.markings == "freckles">> and covered in a light spray of freckles<<elseif $PC.markings == "heavily freckled">> and covered in dense freckles<</if>>.
 	<<else>>
-		Your chest is non-existant<<if $PC.preg > 30 || $PC.births > 0>>, save for the pair of bulging milk glands beneath your nipples,<</if>><<if $PC.markings == "freckles">> and covered in a light spray of freckles<<elseif $PC.markings == "heavily freckled">> and covered in dense freckles<</if>>.
+		Your chest is non-existent<<if $PC.preg > 30 || $PC.births > 0>>, save for the pair of bulging milk glands beneath your nipples,<</if>><<if $PC.markings == "freckles">> and covered in a light spray of freckles<<elseif $PC.markings == "heavily freckled">> and covered in dense freckles<</if>>.
 	<</if>>
 <</if>>
 
diff --git a/src/uncategorized/resSale.tw b/src/uncategorized/resSale.tw
index 2e771c94fde5df3a4575c4a250de91983513405a..798ddd1882243fc483171ecf6d8de1d51f6d0cd8 100644
--- a/src/uncategorized/resSale.tw
+++ b/src/uncategorized/resSale.tw
@@ -61,7 +61,7 @@ You pause for a moment, and she plunges on: "<<if $PC.title == 1>>Sir<<else>>Ma'
 <<elseif $RESSale == "TGA">>
 	My tutelage has been long and hard, and I'm very eager to begin my life as a slave." She's nude, and stands up to reveal her hardon. She spins for the camera, showing herself off. "I can help protect you, too: I'm proficient in unarmed combat, and I have weapons training. I would love to be your bitch, or your bodyguard, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>," she says, doing her very best to sound appealing, like she's been told.
 <<elseif $RESSale == "HA">>
-	I am ready to serve you in any way you deem fit and do everything I can to protect your life." She's wearing a delicate maid uniform, beautifully contrasting her poweful physique and towering stature. "The academy has given me the opportunity to learn many valuable skills and I look forward put them at your service."
+	I am ready to serve you in any way you deem fit and do everything I can to protect your life." She's wearing a delicate maid uniform, beautifully contrasting her powerful physique and towering stature. "The academy has given me the opportunity to learn many valuable skills and I look forward put them at your service."
 <<else>>
 	The time has come for me to serve my Sisters by leaving my community and becoming a slave. Our sex skills are unparalleled," she says proudly. She's nude, and reclines luxuriantly for the camera, showing her remarkable body off in all its gorgeous strangeness. Her boobs are huge, her dick is hard, her pussy is wet, and her ass is relaxed. "I love to fuck, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>," she says, and you believe her.
 	<<if ($PC.dick == 1) && ($PC.vagina == 1)>>
diff --git a/src/uncategorized/saServeYourOtherSlaves.tw b/src/uncategorized/saServeYourOtherSlaves.tw
index f75f3188ae09d344796a0e8f0ea75b7b8bbeccca..756b210e77b668661f52c970a6ad9559fe595219 100644
--- a/src/uncategorized/saServeYourOtherSlaves.tw
+++ b/src/uncategorized/saServeYourOtherSlaves.tw
@@ -68,7 +68,7 @@
 				<<if canDoVaginal($slaves[$i]) && $slaves[$i].vagina > 0 && canDoAnal($slaves[$i]) && $slaves[$i].anus > 0>>
 					She ends each day cradling her cum swollen stomach, marvelling at the "attention" bestowed upon her.
 				<<elseif (canDoVaginal($slaves[$i]) && $slaves[$i].vagina > 0) || (canDoAnal($slaves[$i]) && $slaves[$i].anus > 0)>>
-					By the end of the day, her stomach has a noticible bulge to it from all the "attention" bestowed upon her.
+					By the end of the day, her stomach has a noticeable bulge to it from all the "attention" bestowed upon her.
 				<</if>>
 			<</if>>
 			<<set $slaves[$i].deovtion += 5>>
@@ -104,7 +104,7 @@
 				<<if canDoVaginal($slaves[$i]) && $slaves[$i].vagina > 0 && canDoAnal($slaves[$i]) && $slaves[$i].anus > 0>>
 					She ends each day cradling her cum swollen stomach, marvelling at the "attention" bestowed upon her.
 				<<elseif (canDoVaginal($slaves[$i]) && $slaves[$i].vagina > 0) || (canDoAnal($slaves[$i]) && $slaves[$i].anus > 0)>>
-					By the end of the day, her stomach has a noticible bulge to it from all the "attention" bestowed upon her.
+					By the end of the day, her stomach has a noticeable bulge to it from all the "attention" bestowed upon her.
 				<</if>>
 			<</if>>
 			<<set $slaves[$i].deovtion += 5>>
diff --git a/src/uncategorized/securityForceEOWReport.tw b/src/uncategorized/securityForceEOWReport.tw
index 221b4435e8eb68af1e38cf15d717d1cd47e1c41f..cbbd692503e9780a2983b4b941f9ed559140380e 100644
--- a/src/uncategorized/securityForceEOWReport.tw
+++ b/src/uncategorized/securityForceEOWReport.tw
@@ -234,7 +234,7 @@
 	<<set _RaidingEfficiency = .1>>
 
 	/* Raiding Efficiency Modifier Calculations
-	/* Drugs make them better at everything, but especially much better at raiding - much easier to murder and pillage when you're fucked out of your mind on a mix of meth, pcp, and lsd. Having an effective; CIC (Combat Infomation Centre) at the barracks,airforce, Satellite,AC-130,major and more efficent facility support massivey improves raiding efficiency. If we are dealing with an oceanic aracolgy the sub and carrier massively improve efficiency. */
+	/* Drugs make them better at everything, but especially much better at raiding - much easier to murder and pillage when you're fucked out of your mind on a mix of meth, pcp, and lsd. Having an effective; CIC (Combat Infomation Centre) at the barracks,airforce, Satellite,AC-130,major and more efficient facility support massivey improves raiding efficiency. If we are dealing with an oceanic aracolgy the sub and carrier massively improve efficiency. */
 
 	/* Facilities */