From acf290aead78850efdcac519539885759b591e8e Mon Sep 17 00:00:00 2001
From: Skriv <skrivelese@gmail.com>
Date: Tue, 14 Jul 2020 17:20:05 +0200
Subject: [PATCH] typo fix

---
 src/endWeek/saServeYourOtherSlaves.js | 4 ++--
 src/js/economyJS.js                   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/endWeek/saServeYourOtherSlaves.js b/src/endWeek/saServeYourOtherSlaves.js
index 8af5b173289..7b04d0277c3 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 38d74caa88f..5a1c2afdc37 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 ";
-- 
GitLab