diff --git a/src/endWeek/saDevotion.js b/src/endWeek/saDevotion.js index f76f28a91aa7a0c7839123f56e4f25192c13dd9d..fd9b43aa9df5386ed91d068c3e49327ea3e2fe7c 100644 --- a/src/endWeek/saDevotion.js +++ b/src/endWeek/saDevotion.js @@ -887,7 +887,7 @@ App.SlaveAssignment.devotion = function saDevotion(slave) { r.push(r.pop() + ","); r.push(`although you aren't doing it with ${him}, ${he} worships you anyway.`); } else if (slave.devotion <= 20) { - r.push(`<span class="trust inc">${he} is relieved</span> that you haven't choosen ${him} to be your sex toy.`); + r.push(`<span class="trust inc">${he} is relieved</span> that you haven't chosen ${him} to be your sex toy.`); slave.trust++; } else { r.push(`${he} doesn't understand <span class="devotion dec">why you don't let ${him} ${PC.vagina === -1 ? "sodomize" : "fuck"} you</span> too.`);