From fb2e89fa12410e03424517f59fd8203a90599755 Mon Sep 17 00:00:00 2001
From: wkwk <12408-wkwk@users.norepy.gitgud.io>
Date: Mon, 24 Jul 2023 22:27:54 -0600
Subject: [PATCH] Fix duplicated word

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

diff --git a/src/endWeek/reports/personalAttention.js b/src/endWeek/reports/personalAttention.js
index ae3ec625cad..33faf62a3dd 100644
--- a/src/endWeek/reports/personalAttention.js
+++ b/src/endWeek/reports/personalAttention.js
@@ -2488,7 +2488,7 @@ App.PersonalAttention.slaveReport = function(slave) {
 				V.PC.energy += 11 - Math.max(Math.round(V.PC.energy / 10), 1);
 			}
 			if (!isHorny(V.PC)) {
-				r.push(`With your libido back under control, you turn your attention to making sure ${his} battered dick doesn't give on on you;`);
+				r.push(`With your libido back under control, you turn your attention to making sure ${his} battered dick doesn't give on you;`);
 				r.push(App.UI.DOM.makeElement("span", `${his} training assignment has defaulted to caring for ${his} health.`, ["noteworthy"]));
 				pa.objective = "health";
 			} else {
-- 
GitLab