diff --git a/src/uncategorized/neighborsDevelopment.tw b/src/uncategorized/neighborsDevelopment.tw
index c5841710b5ef971828d1b966cb4a18f593f42806..334e0597ba8a9a35fc933b09f6a3373e9f175860 100644
--- a/src/uncategorized/neighborsDevelopment.tw
+++ b/src/uncategorized/neighborsDevelopment.tw
@@ -487,23 +487,23 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(Math.trunc((0.1*$arcol
 /* CYBER ECONOMIC WARFARE */
 <<if $arcologies[$i].direction == $arcologies[0].CyberEconomicTarget>>
 	<<if $PC.hacking == -100>>
-		<<set _Catchtchance = 10>>
+		<<set _Catchchance = 10>>
 	<<elseif $PC.hacking <= -75>>
-		<<set _Catchtchance = 30>>
+		<<set _Catchchance = 30>>
 	<<elseif $PC.hacking <= -50>>
-		<<set _Catchtchance = 40>>
+		<<set _Catchchance = 40>>
 	<<elseif $PC.hacking <= -25>>
-		<<set _Catchtchance = 45>>
+		<<set _Catchchance = 45>>
 	<<elseif $PC.hacking == 0>>
-		<<set _Catchtchance = 50>>
+		<<set _Catchchance = 50>>
 	<<elseif $PC.hacking <= 25>>
-		<<set _Catchtchance = 60>>
+		<<set _Catchchance = 60>>
 	<<elseif $PC.hacking <= 50>>
-		<<set _Catchtchance = 70>>
+		<<set _Catchchance = 70>>
 	<<elseif $PC.hacking <= 75>>
-		<<set _Catchtchance = 85>>
+		<<set _Catchchance = 85>>
 	<<elseif $PC.hacking >= 100>>
-		<<set _Catchtchance = 100>>
+		<<set _Catchchance = 100>>
 	<</if>>
 	<<set _weekModifier = Math.max(1, (100-($week*2)))>>
 	<<set $arcologies[$i].prosperity -= $arcologies[0].CyberEconomic*2, _WarSpoils = 10+Math.max(((100/_weekModifier)*$arcologies[$i].prosperity*$arcologies[0].CyberEconomic),0)>>
@@ -525,23 +525,23 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(Math.trunc((0.1*$arcol
 	<</if>>
 <<elseif $arcologies[$i].direction == $arcologies[0].CyberReputationTarget>> /* REPUTATION WARFARE */
 	<<if $PC.hacking == -100>>
-		<<set _Catchtchance = 10>>
+		<<set _Catchchance = 10>>
 	<<elseif $PC.hacking <= -75>>
-		<<set _Catchtchance = 30>>
+		<<set _Catchchance = 30>>
 	<<elseif $PC.hacking <= -50>>
-		<<set _Catchtchance = 40>>
+		<<set _Catchchance = 40>>
 	<<elseif $PC.hacking <= -25>>
-		<<set _Catchtchance = 45>>
+		<<set _Catchchance = 45>>
 	<<elseif $PC.hacking == 0>>
-		<<set _Catchtchance = 50>>
+		<<set _Catchchance = 50>>
 	<<elseif $PC.hacking <= 25>>
-		<<set _Catchtchance = 60>>
+		<<set _Catchchance = 60>>
 	<<elseif $PC.hacking <= 50>>
-		<<set _Catchtchance = 70>>
+		<<set _Catchchance = 70>>
 	<<elseif $PC.hacking <= 75>>
-		<<set _Catchtchance = 85>>
+		<<set _Catchchance = 85>>
 	<<elseif $PC.hacking >= 100>>
-		<<set _Catchtchance = 100>>
+		<<set _Catchchance = 100>>
 	<</if>>
 	<<set $arcologies[$i].prosperity -= $arcologies[0].CyberReputation>>
 	<<if $arcologies[$i].rival != 1>>