diff --git a/src/endWeek/saServeYourOtherSlaves.js b/src/endWeek/saServeYourOtherSlaves.js index 8af5b173289fba69f893a6638348d64d17113f2d..7b04d0277c3bf73b92fff0008ffff98e6f6ab720 100644 --- a/src/endWeek/saServeYourOtherSlaves.js +++ b/src/endWeek/saServeYourOtherSlaves.js @@ -1485,7 +1485,7 @@ App.SlaveAssignment.serveYourOtherSlaves = (function() { break; case "submissive": if (slave.fetish !== "dom") { - r.push(`${domName}'s sexual submission has a lasting effect on ${subName}; <span class="lightcoral">${he}'s grown a taste for dominating otherse.</span>`); + r.push(`${domName}'s sexual submission has a lasting effect on ${subName}; <span class="lightcoral">${he}'s grown a taste for dominating others.</span>`); slave.fetish = "dom"; slave.fetishStrength = 35; slave.fetishKnown = 1; @@ -1703,7 +1703,7 @@ App.SlaveAssignment.serveYourOtherSlaves = (function() { slave.trust -= 5; } else { if (slave.devotion > 20) { - r.push(`${He} is accustomed enough to slave life to porperly manage ${his} time.`); + r.push(`${He} is accustomed enough to slave life to properly manage ${his} time.`); } else { r.push(`${He} <span class="red">wastes time and energy resisting</span> where a properly broken slave would accept what is happening and take it.`); } diff --git a/src/js/economyJS.js b/src/js/economyJS.js index 38d74caa88fd2dd9ba802190b60253cf25982051..5a1c2afdc3711f96811f7e0f639e82eba9f526c0 100644 --- a/src/js/economyJS.js +++ b/src/js/economyJS.js @@ -1042,7 +1042,7 @@ globalThis.getSlaveCostArray = function(s) { } } if (s.drugs === 'appetite suppressors') { - retval.push({text: "Food saved via supressed appetite", value: -Math.abs(foodCost)}); + retval.push({text: "Food saved via suppressed appetite", value: -Math.abs(foodCost)}); } if (s.lactation > 0) { t = "Food to support ";