From 8de3569c48902f4e174ce4a8951d763f1437fa46 Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Thu, 23 Apr 2020 14:08:59 -0700
Subject: [PATCH] Spelling

---
 src/endWeek/saPleaseYou.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/endWeek/saPleaseYou.js b/src/endWeek/saPleaseYou.js
index 186b79554fe..59831fcac7e 100644
--- a/src/endWeek/saPleaseYou.js
+++ b/src/endWeek/saPleaseYou.js
@@ -1500,7 +1500,7 @@ window.saPleaseYou = (function saPleaseYou() {
 			if (slaveResting(slave)) {
 				r.push(`${He} spends reduced hours serving you in order to <span class="green">offset ${his} lack of rest.</span>`);
 			} else if (slave.tired + 11 >= 90 && !willWorkToDeath(slave)) {
-				r.push(`${He} attempts to rebuke your advances due ${his} exhaustion, but can do little to avoid them or the resulting <span class="trust dec">severe punishment.</span> It still feels like <span class="devotion dec">fucking a dead fish,</span> since it's obvious that ${he} has choosen ${his} overall well-being over angering you.`);
+				r.push(`${He} attempts to rebuke your advances due ${his} exhaustion, but can do little to avoid them or the resulting <span class="trust dec">severe punishment.</span> It still feels like <span class="devotion dec">fucking a dead fish,</span> since it's obvious that ${he} has chosen ${his} overall well-being over angering you.`);
 				slave.devotion -= 10;
 				slave.trust -= 5;
 			} else {
-- 
GitLab