From 5e99e156feaaf795a66f944e4ca5f3de54c3a282 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Mon, 29 Jan 2018 03:19:56 -0500
Subject: [PATCH] fixes

---
 devNotes/VersionChangeLog-Premod+LoliMod.txt | 3 +++
 src/uncategorized/SFMBarracks.tw             | 2 +-
 src/uncategorized/longSlaveDescription.tw    | 2 +-
 src/utility/extendedFamilyWidgets.tw         | 2 +-
 4 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 14d1ff47549..aa77ed62336 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -4,6 +4,9 @@
 
 1/28/18
 
+	309
+	-various small fixes
+
 	308
 	-Sugarcube updated to 2.23.1
 
diff --git a/src/uncategorized/SFMBarracks.tw b/src/uncategorized/SFMBarracks.tw
index a01f1650b59..eff12173fa4 100755
--- a/src/uncategorized/SFMBarracks.tw
+++ b/src/uncategorized/SFMBarracks.tw
@@ -120,7 +120,7 @@
 <<if $securityForceUpgradeToken == 1 && ($SFAO < _max)>>
 	<br>//_Name is working to improve $securityForceName this week.//
 <<elseif $TierTwoUnlock == 1>>
-	<br>//You receive a message form The Colonel "there's a trade show coming up with exotic upgrades but I'll get laughed out unless we bring the best gear we can get now?"//
+	<br>//You receive a message from The Colonel "there's a trade show coming up with exotic upgrades but I'll get laughed out unless we bring the best gear we can get now?"//
 <<elseif $SFAO >= _max>>
 	<br>//$securityForceName is fully equipped and upgraded - nothing else can be done.//
 <</if>>
diff --git a/src/uncategorized/longSlaveDescription.tw b/src/uncategorized/longSlaveDescription.tw
index da5c344de1c..05e22e5d7b7 100644
--- a/src/uncategorized/longSlaveDescription.tw
+++ b/src/uncategorized/longSlaveDescription.tw
@@ -1877,7 +1877,7 @@ $activeSlave.slaveName's light scars are somewhat showing because of the oil.
 $activeSlave.slaveName's big scars are showing even with her clothes.
 <<elseif ($activeSlave.scars == 2) and ($activeSlave.clothes is "no clothes")>>
 $activeSlave.slaveName's big scars  are quite repulsive on her nude body.
-<<eleeif ($activeSlave.scars == 2) and ($activeSlave.clothes is "body oil")>>
+<<elseif ($activeSlave.scars == 2) and ($activeSlave.clothes is "body oil")>>
 $activeSlave.slaveName's big scars are really put into view because of the oil.
 
 <<elseif ($activeSlave.scars == 3) and ($activeSlave.clothes isnot "no clothes")>>
diff --git a/src/utility/extendedFamilyWidgets.tw b/src/utility/extendedFamilyWidgets.tw
index 44a6d35348f..2f3ef3425ec 100644
--- a/src/utility/extendedFamilyWidgets.tw
+++ b/src/utility/extendedFamilyWidgets.tw
@@ -58,7 +58,7 @@
 <<elseif _children.length > 1>>
 	$pronounCap @@.lightgreen;gave birth to a pair of your slaves: _children[0].slaveName, and _children[1].slaveName.@@
 <<elseif _children.length > 0>>
-	$pronounCap @@.lightgreen;gave birth to a single of your slaves: _children[0].slaveName.@@
+	$pronounCap @@.lightgreen;gave birth to a single one of your slaves: _children[0].slaveName.@@
 <</if>>
 
 
-- 
GitLab