diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 5dea559c91de7ceaf60a6be54fac429cdd23abdd..c875e4b541b79541b98fe7e6417ced2cccb88851 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -2681,7 +2681,7 @@ Pregmod
 
 	318
 	-fixed errant ".lightyellow;"
-	-fixed non lethal pit bug
+	-fixed nonlethal pit bug
 
 	317
 	-fixed virginity ignoring in saRules
@@ -5350,7 +5350,7 @@ Pregmod
 
 	17
 	-extended weight range from -100-100 to -100-200
-	-added some more mental effects on slaves to the non-lethal pit, thanks to anon
+	-added some more mental effects on slaves to the nonlethal pit, thanks to anon
 	-added a new title set up for slaves to use when being rude to you but aren't being adamant.
 	-fixed bugs
 
diff --git a/sanityCheck.sh b/sanityCheck.sh
index a9b919314930efd96725e8ec6b1c08de17f5abc8..04bae92e8395fcf8ec52499bbd188ab09f7613a6 100755
--- a/sanityCheck.sh
+++ b/sanityCheck.sh
@@ -121,6 +121,8 @@ $GREP -E "@@(\.|,|;|:)\s" -- src/*.tw | myprint "WrongSelectorPunctuation"
 $GREP "@@[a-z]\+;" -- 'src/*' | myprint "SelectorMissingDot"
 # Check for </span>.  instead of .</span>
 $GREP -E "</span>(\.|,|;|:)\s" -- src/*.js | myprint "WrongSelectorPunctuation"
+#Check for non lethal or non-lethal instead of nonlethal
+$GREP "[Nn]on.lethal" -- 'src/*' | myprint "ShouldBeNonlethal"
 
 # Check that we do not have any variables that we use only once.   e.g.	 $onlyUsedOnce
 # Ignore  *Nationalities
diff --git a/src/SecExp/rebellionOptions.tw b/src/SecExp/rebellionOptions.tw
index 68818878f8c82f423c0d1cc6adea78d016fa7337..b4ddcc7b62902b3cc598c05f20e0df91653723a1 100644
--- a/src/SecExp/rebellionOptions.tw
+++ b/src/SecExp/rebellionOptions.tw
@@ -205,10 +205,10 @@
 <br>
 The confined spaces of the arcology and the number of vital yet delicate systems within its walls do not allow a lot of tactical flexibility. This will be a long and strenuous fight, street after street, barricade after barricade.
 In order to preserve the structural integrity of the building and the lives of our civilians, we will have to limit our firepower.
-<br><<link "Only light firearms and non lethal weapons">>
+<br><<link "Only light firearms and nonlethal weapons">>
 	<<set $engageRule = 0>>
 	<<replace "#engage">>
-		<br>Your troops will use only non lethal weapons or light firearms to limit to the maximum the collateral damage. This will however weaken our troops considerably.
+		<br>Your troops will use only nonlethal weapons or light firearms to limit to the maximum the collateral damage. This will however weaken our troops considerably.
 	<</replace>>
 <</link>>
 <br><<link "No heavy ordnance">>
@@ -234,7 +234,7 @@ In order to preserve the structural integrity of the building and the lives of o
 <</if>>
 
 <span id="engage">
-	<br>Your troops will use only non lethal weapons or light firearms to limit to the maximum the collateral damage. This will however weaken our troops considerably.
+	<br>Your troops will use only nonlethal weapons or light firearms to limit to the maximum the collateral damage. This will however weaken our troops considerably.
 </span>
 
 <br>
diff --git a/src/SecExp/rebellionReport.tw b/src/SecExp/rebellionReport.tw
index a06b66940ac18918f9811c6c628a644ef867bbda..de82a59cda086e76adce24fd7102adbd55debe29 100644
--- a/src/SecExp/rebellionReport.tw
+++ b/src/SecExp/rebellionReport.tw
@@ -345,7 +345,7 @@
 /* engage rules */
 <<if $battleResult != -1>>
 	<<if $engageRule == 0>>
-		Since you ordered your troops to limit their weaponry to low caliber or non lethal, the arcology reported only @@.red;minor damage.@@ Most citizens and non involved slaves remained unharmed, though some casualties between the civilians were inevitable.
+		Since you ordered your troops to limit their weaponry to low caliber or nonlethal, the arcology reported only @@.red;minor damage.@@ Most citizens and non involved slaves remained unharmed, though some casualties between the civilians were inevitable.
 		A few businesses were looted and burned, but the damage was pretty limited.
 		<<set $arcRepairTime += 3, IncreasePCSkills('engineering',  0.1)>>
 		<<if $week <= 30>>
diff --git a/src/SecExp/widgets/unitsWidgets.tw b/src/SecExp/widgets/unitsWidgets.tw
index 82de323530900a1a432dd7cb745b117784a97ce1..bbe7a6a9d0717a7832aead23aec9d8389412aa1b 100644
--- a/src/SecExp/widgets/unitsWidgets.tw
+++ b/src/SecExp/widgets/unitsWidgets.tw
@@ -143,7 +143,7 @@
 		<strong>The <<print $secBots.troops>> security drones</strong> are assembled in an ordered line in front of you, absolutely silent and ready to receive their orders.
 		<<if $secBots.troops < $secBots.maxTroops>> The unit is not at its full strength of $secBots.maxTroops drones.<</if>>
 		<<if $secBots.equip == 0>>
-			They are equipped with light weaponry, mainly anti-riot non lethal weapons. Not particularly effective in battle.
+			They are equipped with light weaponry, mainly anti-riot nonlethal weapons. Not particularly effective in battle.
 		<<elseif $secBots.equip == 1>>
 			They are equipped with light firearms, not an overwhelming amount of firepower, but with their mobility good enough to be effective.
 		<<elseif $secBots.equip == 2>>