diff --git a/src/interaction/policies/policies.tw b/src/interaction/policies/policies.tw
index 6ad5c559d24774528d2e0fb8ecec334823927807..627c675141c0523d1418179e6276d99a6a493bda 100644
--- a/src/interaction/policies/policies.tw
+++ b/src/interaction/policies/policies.tw
@@ -258,7 +258,7 @@
 	<</if>>
 
 	<<if $nicaeaHeld>>
-		<h2>Nicea</h2>
+		<h2>Nicaea</h2>
 		<span id="nicaeaHeld"></span>
 		<script>
 			policy("nicaeaHeld");
diff --git a/src/js/slaveCostJS.js b/src/js/slaveCostJS.js
index fd5212d8504953078287a782adb9155f3371258e..7335971c3fe42a86bfefa49f3f1d63751f475820 100644
--- a/src/js/slaveCostJS.js
+++ b/src/js/slaveCostJS.js
@@ -1354,7 +1354,7 @@ globalThis.BeautyArray = (function() {
 		}
 		if (arcology.FSChattelReligionistCreed === 1) {
 			if (V.nicaeaAssignment === slave.assignment) {
-				adjustBeauty("Nicea Assignment: Chattel Religionist Creed", (2 * V.nicaeaPower));
+				adjustBeauty("Nicaea Assignment: Chattel Religionist Creed", (2 * V.nicaeaPower));
 			}
 		}
 		if (arcology.FSChattelReligionist > 40 && arcology.FSBodyPurist === "unset") {
diff --git a/src/uncategorized/scheduledEvent.tw b/src/uncategorized/scheduledEvent.tw
index 38cadbed2828240f27d28a34f78366533cd2e474..55f7da31702ca17231526ef1a74072dd1e65f19f 100644
--- a/src/uncategorized/scheduledEvent.tw
+++ b/src/uncategorized/scheduledEvent.tw
@@ -168,7 +168,7 @@
 <<elseif ($TFS.schoolPresent == 1) && ($organFarmUpgrade != 0) && ($TFS.farmUpgrade == 0)>>
 	<<goto "TFS Farm Upgrade">>
 
-/* Nicea */
+/* Nicaea */
 <<elseif ($nicaea == 1) && ($organFarmUpgrade != 0) && ($TFS.farmUpgrade == 0)>>
 	<<goto "TFS Farm Upgrade">>
 <<elseif ($nicaeaHeld != 1) && ($arcologies[0].FSChattelReligionist != "unset") && ($nicaeaAnnounceable == 1) && ($nicaeaAnnounced != 1)>>