diff --git a/src/data/backwardsCompatibility/backwardsCompatibility.js b/src/data/backwardsCompatibility/backwardsCompatibility.js
index 41c93c89b8720e148881ef66757174285e2deb91..431be4a1003243858c73fd8ae9427112483efe97 100644
--- a/src/data/backwardsCompatibility/backwardsCompatibility.js
+++ b/src/data/backwardsCompatibility/backwardsCompatibility.js
@@ -1200,11 +1200,6 @@ App.Update.globalVariables = function(node) {
 	EconomyDatatypeCleanup();
 	ArcologyDatatypeCleanup();
 
-	// Misspelled variable names
-	{
-		V.edicts.defense.lowerRequirements = V.edicts.defense.lowerRequirements || V.lowerRequirements|| V.lowerRquirements || 0;
-	}
-
 	// Job Fulfillment Center (JFC)
 	V.JFC.order = V.JFC.order || V.JFCOrder || 0;
 	V.JFC.role = V.JFC.role || V.Role || "";
@@ -1288,7 +1283,7 @@ App.Update.globalVariables = function(node) {
 		V.edicts.defense.militaryService = V.edicts.defense.militaryService || V.militaryService || 0;
 		V.edicts.defense.militarizedSociety = V.edicts.defense.militarizedSociety || V.militarizedSociety || 0;
 		V.edicts.defense.militaryExemption = V.edicts.defense.militaryExemption || V.militaryExemption || 0;
-		V.edicts.defense.lowerRequirements = V.edicts.defense.lowerRequirements || V.lowerRequirements || 0;
+		V.edicts.defense.lowerRequirements = V.edicts.defense.lowerRequirements || V.lowerRequirements|| V.lowerRquirements || 0;
 		V.edicts.defense.noSubhumansInArmy = V.edicts.defense.noSubhumansInArmy || V.noSubhumansInArmy || 0;
 		V.edicts.defense.pregExemption = V.edicts.defense.pregExemption || V.pregExemption || 0;