diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 14d1ff475496357c890754b34ec404e78efaf18a..aa77ed62336233fa52c1dc17705c9f26fc6eb9c1 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 a01f1650b597a54494b0b1b7870e2450026843e9..eff12173fa410954911b20d0e8fff06f3edea8d6 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 da5c344de1cf783fb63ba2f56e6a56a7be8c6666..05e22e5d7b76584909602170a6705000c346d365 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 44a6d35348fdf84d732fa146e8ba226c06e52e74..2f3ef3425ecef06b682a8585b44223ead3187c5f 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>>