From 1e86a7ddfa874cb5e5da37acf70a7b12cc02ff0e Mon Sep 17 00:00:00 2001
From: kopareigns <kopareigns@gmail.com>
Date: Fri, 23 Mar 2018 16:35:41 -0400
Subject: [PATCH] Spelling

---
 src/SecExp/edicts.tw | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/SecExp/edicts.tw b/src/SecExp/edicts.tw
index 3bb42ef25e1..b62cabdc44a 100644
--- a/src/SecExp/edicts.tw
+++ b/src/SecExp/edicts.tw
@@ -147,7 +147,7 @@
 		<</if>>
 			
 		<<if $pregExemption == 1>>
-			<br>''@@.lime;Military exemption for pregnancys:@@'' pregnant citizens are allowed, and encouraged, to avoid military service.
+			<br>''@@.lime;Military exemption for pregnancies:@@'' pregnant citizens are allowed, and encouraged, to avoid military service.
 			[[Repeal|edicts][$pregExemption = 0]]
 		<</if>>
 	<</if>>
@@ -508,7 +508,7 @@
 			<<else>>
 				<br>//Not enough Authority.//
 			<</if>>
-			<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will replenish militia manpower moderatly fast and will cap at 5% of the total citizens population, but has a high authority cost//
+			<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will replenish militia manpower moderately fast and will cap at 5% of the total citizens population, but has a high authority cost//
 		<</if>>
 		<<if $militaryService == 0>>
 			<br>''Obligatory military service:'' every citizen is required to register and serve under the militia.
@@ -565,7 +565,7 @@
 			
 		<<if $arcologies[0].FSRepopulationFocus >= 40 && ($conscription == 1 || $militaryService == 1 || $militarizedSociety == 1)>>
 		<<if $pregExemption == 0>>
-			<br>''@@.lime;Military exemption for pregnancys:@@'' pregnant citizens will be allowed, and encouraged, to avoid military service.
+			<br>''@@.lime;Military exemption for pregnancies:@@'' pregnant citizens will be allowed, and encouraged, to avoid military service.
 			<<if $authority >= 1000>>
 				[[Implement|edicts][$pregExemption = 1, $cash -=5000, $authority -= 1000]]
 			<<else>>
@@ -707,7 +707,7 @@
 
 	<<if $arcologies[0].FSChineseRevivalist >= 40>>
 		<<if $sunTzu == 0>>
-			<br>''@@.lime;Sun Tzu Teachings:@@'' Fund specialized training for your units and officers to comform your army to the teachings of the "Art of War".
+			<br>''@@.lime;Sun Tzu Teachings:@@'' Fund specialized training for your units and officers to conform your army to the teachings of the "Art of War".
 			<<if $authority >= 1000>>
 				[[Implement|edicts][$sunTzu = 1, $cash -=5000, $authority -= 1000, $militiaBaseAttack++, $militiaBaseDefense++, $mercBaseAttack++, $mercBaseDefense++, $slaveBaseAttack++, $slaveBaseDefense++, $militiaBaseMorale += 5, $mercBaseMorale += 5, $slaveBaseMorale += 5, $edictsUpkeep += 1000]]
 			<<else>>
-- 
GitLab