From 74c426f4a827ba9fbaf9516d82d74911711a395e Mon Sep 17 00:00:00 2001
From: corncobman21 <corncobman21@hotmail.com>
Date: Fri, 22 Dec 2017 22:52:38 -0500
Subject: [PATCH] Fix typo

---
 src/init/storyInit.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw
index ea45ee81736..427902ccd84 100644
--- a/src/init/storyInit.tw
+++ b/src/init/storyInit.tw
@@ -1207,7 +1207,7 @@ FertilityAge($fertilityAge)
 <<set $FacilitySupportSlaves = 0>>					/* How many slaves are assiting in the facility support? */
 <<set $FacilitySupportfficiency = 0>>				/* How efficent is the support facility? */
 <<set $FacilitySupportUpgrade = 0>>					/* How many support facility upgrades has the play brought? */
-<<set $FacilitySupportCapaity = 5>>					/* How many slaves can the support facility house? */
+<<set $FacilitySupportCapacity = 5>>					/* How many slaves can the support facility house? */
 
 /* Colonel */
 <<set $securityForceSexedColonelToken = 0>>			/* Has the player sexed The colonel this week? */
-- 
GitLab