From 82114385a1139ee57a01762ea6dfc7be3ad6053a Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Fri, 23 Feb 2018 03:31:44 -0500
Subject: [PATCH] Quick little fix to a really isolated error.

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

diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw
index 2f7f400482e..8664032beab 100644
--- a/src/utility/descriptionWidgetsFlesh.tw
+++ b/src/utility/descriptionWidgetsFlesh.tw
@@ -4691,7 +4691,7 @@ $pronounCap has
 		<</if>>
 		<<if $activeSlave.preg < 40>>
 			Given how far along $pronoun is, $pronoun is clearly having more than five.
-		<<else$activeSlave.preg < 42>>
+		<<elseif $activeSlave.preg < 42>>
 			$pronounCap is clearly full-term with quintuplets.
 		<<elseif $activeSlave.pregType == 1>>
 			$possessiveCap womb contains one single, massive unborn child. It has grown so large that $pronoun will never be able to birth it.
-- 
GitLab