diff --git a/src/pregmod/breederProposal.tw b/src/pregmod/breederProposal.tw
index ca1d9e6a42ac24a7100abac4b66f0db3f255c199..a645871c1f668c4bf6736ad57ad481b5cbe239e9 100644
--- a/src/pregmod/breederProposal.tw
+++ b/src/pregmod/breederProposal.tw
@@ -55,7 +55,7 @@ Within the hour, you are called before <<if $eugenicsFullControl == 1>>what's le
 		<<if $failedElite <= 0>>
 			<br><<link "Decline being used as a breeder and leverage your standing">>
 			<<replace "#result">>
-				"Yes, you have done much to further out cuase. We respect the "balls" on you, despite your lack of them. Very well, we shall set the standards for what shall qualify as breeding stock and our standards will be delivered to you shortly."
+				"Yes, you have done much to further out cause. We respect the "balls" on you, despite your lack of them. Very well, we shall set the standards for what shall qualify as breeding stock and our standards will be delivered to you shortly."
 				<<set $propOutcome = 1>>
 				<<InitStandards>>
 				<<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */
@@ -64,7 +64,7 @@ Within the hour, you are called before <<if $eugenicsFullControl == 1>>what's le
 		<<else>>
 			<br><<link "Decline being used as a breeder and withdraw your proposal">>
 			<<replace "#result">>
-				"Then why waste our time? You dissapoint us, but don't worry; you'll be laden with child soon enough."
+				"Then why waste our time? You disappoint us, but don't worry; you'll be laden with child soon enough."
 				<<set $propOutcome = -1>>
 				<<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */
 			<</replace>>