diff --git a/src/endWeek/economics/arcmgmt.js b/src/endWeek/economics/arcmgmt.js
index 9a406bbaf46b13c11ae68964007e38dc92c2838d..ece676428f54c6153ac32bb5a4da3d43d7b5ab1c 100644
--- a/src/endWeek/economics/arcmgmt.js
+++ b/src/endWeek/economics/arcmgmt.js
@@ -80,7 +80,7 @@ globalThis.arcmgmt = function() {
 
 	expiration();
 
-	denseapartments();
+	denseApartments();
 
 	citizenToSlave();
 
@@ -1861,7 +1861,7 @@ globalThis.arcmgmt = function() {
 		App.Events.addParagraph(el, r);
 	}
 
-	function denseapartments() {
+	function denseApartments() {
 		/* increases lowerclass attraction based on number of dense apartments */
 	V.building.findCells(cell => !(cell instanceof App.Arcology.Cell.Penthouse))
 		.forEach(cell => {