From 642cf27da4b2ec4341f1d671ffc6054c6aab87f3 Mon Sep 17 00:00:00 2001
From: Blank_Alt <>
Date: Tue, 19 Jan 2021 21:19:11 +1300
Subject: [PATCH] typos

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

diff --git a/src/endWeek/saChoosesOwnClothes.js b/src/endWeek/saChoosesOwnClothes.js
index f36b587427d..099c8ba78af 100644
--- a/src/endWeek/saChoosesOwnClothes.js
+++ b/src/endWeek/saChoosesOwnClothes.js
@@ -279,7 +279,7 @@ App.SlaveAssignment.choosesOwnClothes = (function() {
 				if (isItemAccessible.entry("nice business attire") === true) {
 					wardrobeAssignment.push({text: `and wears a handsome suit to give ${him} that teacherly authority.`, clothes: "nice business attire"});
 				}
-				wardrobeAssignment.push({text: `and wears a slutty suit to give ${him} an air of authority will keeping all eyes focused on ${him}.`, clothes: "slutty business attire"});
+				wardrobeAssignment.push({text: `and wears a slutty suit to give ${him} an air of authority while keeping all eyes focused on ${him}.`, clothes: "slutty business attire"});
 				wardrobeAssignment.push({text: `and wears a schoolgirl outfit to help keep ${his} charges focused on ${him}.`, clothes: "a schoolgirl outfit"});
 				wardrobeAssignment.push({text: `and dresses up as a succubus to give ${his} sex lessons an extra kick.`, clothes: "a succubus outfit"});
 				if (isItemAccessible.entry("conservative clothing") === true) {
-- 
GitLab