From 8fb06cf446579fbed8fad6e34f28f89cd1589c73 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Sun, 26 May 2019 23:08:40 -0400
Subject: [PATCH] typo correction

---
 Changelog.txt                 | 6 ++++--
 src/js/slaveSummaryWidgets.js | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/Changelog.txt b/Changelog.txt
index 6bece9057f2..d5241bc0bbf 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -6,17 +6,19 @@ Pregmod
 	
 	0
 	-unified cybermod with vanilla
+	-major pronoun work (99.9% completion)
 	-slave assignment links improved
 	-facility transfer tab added to facility assignment
 	-new slave school specializing in nulled slaves
-	-added genetic muscle gain and loss
 	-added a drug to force erections
 	-aphrodisiacs counter erectile dysfunction
 	-added birth tracking tattoo
 	-added event to revive FCNN
 	-added upgrade to gene lab allowing further genetic quirk detection and control
-	-dwarfism genetic quirk added
+	-dwarfism and gigantism genetic quirks added
+	-added genetic muscle gain and loss
 	-added dick and testicle branding
+	-fixed branding
 	-breast implants now impact milk production based on % implant
 	-many new names added to lacking name pools
 	-restored chem summary to the clinic
diff --git a/src/js/slaveSummaryWidgets.js b/src/js/slaveSummaryWidgets.js
index f0ef4175f96..e0fc0298c4a 100644
--- a/src/js/slaveSummaryWidgets.js
+++ b/src/js/slaveSummaryWidgets.js
@@ -1044,7 +1044,7 @@ window.SlaveSummaryUncached = (function() {
 			r += `Permanently pregnant.`;
 		} else if (swd.litters.length > 1) {
 			r += `<span class="lime">`;
-			r += `Mutipregnant, (` + swd.litters.length + ` sets).`;			
+			r += `Concurrent pregnancies: (` + swd.litters.length + ` sets).`;			
 			r+= ` Max:` + swd.litters[0] + ` / Min:` + swd.litters[swd.litters.length-1] + ` week(s).`;
 			r += `</span> `;
 		} else if (slave.pregKnown === 1) {
-- 
GitLab