From b84b6e971f97823e712cec166475c8f4020a4be5 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Mon, 13 Nov 2017 20:33:38 -0500
Subject: [PATCH] fixes

---
 src/uncategorized/RESS.tw                | 2 +-
 src/uncategorized/saChoosesOwnClothes.tw | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index d40975498de..6edfb37d657 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -18090,7 +18090,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	<<elseif $activeSlave.butt > 10>>
 		the luck winner wrapping his arms around $activeSlave.slaveName's massive ass as he struggles to get deep enough into it to penetrate her.
 	<<elseif $activeSlave.bellyFluid >= 5000>>
-		the lucky winner playfully jiggling $activeSlave.slaveName's <<print $activeSlave.inlationType>>-filled belly as she rides him vigorously to give her stomach that extra bounce for him.
+		the lucky winner playfully jiggling $activeSlave.slaveName's <<print $activeSlave.inflationType>>-filled belly as she rides him vigorously to give her stomach that extra bounce for him.
 	<<elseif $activeSlave.clit >= 3>>
 		the lucky winner gazing down at the clit rubbing against his stomach as $activeSlave.slaveName rides him.
 	<<elseif $activeSlave.boobs > 5000>>
diff --git a/src/uncategorized/saChoosesOwnClothes.tw b/src/uncategorized/saChoosesOwnClothes.tw
index c03cbbda3dd..95c3d29b7bd 100644
--- a/src/uncategorized/saChoosesOwnClothes.tw
+++ b/src/uncategorized/saChoosesOwnClothes.tw
@@ -229,7 +229,7 @@
 	<<set $slaves[$i].clothes = "spats and a tank top">>
 <<elseif ($slaves[$i].assignment == "guard you")>>
 	<<if ($slaves[$i].muscles > 30)>>
-	and wears a scalemail bikini to show off $possesive curves and abs.
+	and wears a scalemail bikini to show off $possessive curves and strength.
 	<<set $slaves[$i].clothes = "a scalemail bikini">>
 	<<elseif random(1,2) == 1>>
 	and wears a bodysuit to show off $possessive curves without hindering $possessive deadliness.
-- 
GitLab