diff --git a/src/pregmod/organFarmOptions.tw b/src/pregmod/organFarmOptions.tw
index 18c8b5136ad1f493775c1b78df8511c19b95af1d..739bef91d1b085831019aca4304b7b909cb5598c 100644
--- a/src/pregmod/organFarmOptions.tw
+++ b/src/pregmod/organFarmOptions.tw
@@ -212,7 +212,7 @@ The fabricator is ready to grow an organ for $object. Extract tissue to begin gr
 			<<set _newOrgan.ID = $activeSlave.ID>>
 			<<set $organs.push(_newOrgan)>>
 			<<goto "Remote Surgery">>
-		<</link>> //Costs <<print cashFormat(20000)>> and the slave must not have female repoductive organs for successful implantation//
+		<</link>> //Costs <<print cashFormat(20000)>> and the slave must not have female reproductive organs for successful implantation//
 	<</if>>
 	<<if $animalParts != 0>>
 		<<if $slaveOrgans.mpregPig != 1>>
@@ -223,7 +223,7 @@ The fabricator is ready to grow an organ for $object. Extract tissue to begin gr
 				<<set _newOrgan.ID = $activeSlave.ID>>
 				<<set $organs.push(_newOrgan)>>
 				<<goto "Remote Surgery">>
-			<</link>> //Costs <<print cashFormat(20000)>> and the slave must not have female repoductive organs for successful implantation//
+			<</link>> //Costs <<print cashFormat(20000)>> and the slave must not have female reproductive organs for successful implantation//
 		<</if>>
 		<<if $slaveOrgans.mpregDog != 1>>
 			<br>&nbsp;&nbsp;&nbsp;&nbsp;
@@ -233,7 +233,7 @@ The fabricator is ready to grow an organ for $object. Extract tissue to begin gr
 				<<set _newOrgan.ID = $activeSlave.ID>>
 				<<set $organs.push(_newOrgan)>>
 				<<goto "Remote Surgery">>
-			<</link>> //Costs <<print cashFormat(20000)>> and the slave must not have female repoductive organs for successful implantation//
+			<</link>> //Costs <<print cashFormat(20000)>> and the slave must not have female reproductive organs for successful implantation//
 		<</if>>
 	<</if>>
 <</if>>