diff --git a/src/uncategorized/sellSlave.tw b/src/uncategorized/sellSlave.tw
index 4768e9d81c083ee48e04df2544b3aa6bcf2e270e..f01a5113996d1571067c6949891468bfe50d819c 100644
--- a/src/uncategorized/sellSlave.tw
+++ b/src/uncategorized/sellSlave.tw
@@ -1394,7 +1394,7 @@ __Bids Received__
 <<if $activeSlave.dick > 0>>
 <<if $slaveCost > 10000>>
 	<<if random(1,100) > 60>>
-	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/500))>>'' from a slave trainer that specializes in creating proper slave $women from raw material that falls short of that ideal but has potential anyway.
+	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/500))>>'' from a slave trainer that specializes in creating proper slave women from raw material that falls short of that ideal but has potential anyway.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.1)/500)>>
 		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>