From af92bb45dce576db74e5f8e0df605ca5ea686074 Mon Sep 17 00:00:00 2001
From: Frankly George <54015-franklygeorge@users.noreply.gitgud.io>
Date: Sun, 21 Jan 2024 15:28:31 +0000
Subject: [PATCH] 'Tlatoani' back to 'Tlatcani'.
 https://duckduckgo.com/?q=%22Tlatcani%22&t=ffab&ia=web

---
 src/events/scheduled/seIndependenceDay.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/events/scheduled/seIndependenceDay.js b/src/events/scheduled/seIndependenceDay.js
index 5396e8e9a30..25057c4281f 100644
--- a/src/events/scheduled/seIndependenceDay.js
+++ b/src/events/scheduled/seIndependenceDay.js
@@ -170,7 +170,7 @@ App.Events.SEIndependenceDay = class SEIndependenceDay extends App.Events.BaseEv
 				}
 				r.push(`of the Arcology, you command enough respect that your citizens will listen to you attentively - so long as you do not abuse the privilege.`);
 			} else if (arc.FSAztecRevivalist >= lockLow) {
-				r.push(`as the Tlatoani, you command enough respect that your citizens will listen to you so long as you do not abuse the privilege.`);
+				r.push(`as the Tlatcani, you command enough respect that your citizens will listen to you so long as you do not abuse the privilege.`);
 			} else if (arc.FSEgyptianRevivalist >= lockLow) {
 				r.push(`as the Pharaoh, you command enough respect that your citizens will listen to you so long as you do not abuse the privilege.`);
 			} else if (arc.FSEdoRevivalist >= lockLow) {
-- 
GitLab