From d30980588fdcb107dd738ae78afe76ec653577f7 Mon Sep 17 00:00:00 2001
From: kopareigns <kopareigns@gmail.com>
Date: Sat, 31 Mar 2018 01:07:09 -0400
Subject: [PATCH] Spelling

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

diff --git a/src/pregmod/saInflation.tw b/src/pregmod/saInflation.tw
index 765d6f5993c..be163c09d59 100644
--- a/src/pregmod/saInflation.tw
+++ b/src/pregmod/saInflation.tw
@@ -4,7 +4,7 @@
 	<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, $slaves[$i].milkSource = 0>><<SetBellySize $slaves[$i]>>
 <<elseif $slaves[$i].bellyImplant >= 1500>>
 	<<if $slaves[$i].inflation > 1>>
-		Due to the mounting pressure from $possessive filled abdominal implant, $prounoun can no longer fill herself as large as $pronoun used to.
+		Due to the mounting pressure from $possessive filled abdominal implant, $pronoun can no longer fill herself as large as $pronoun used to.
 		<<set $slaves[$i].inflation = 1>>
 		<<SetBellySize $slaves[$i]>>
 	<<else>>
-- 
GitLab