diff --git a/devTools/dictionary_phrases.txt b/devTools/dictionary_phrases.txt
index 6d09c13376160b9c59b2ce4a823195b57c1357f9..8ecc739768ab6c3c67413e2e23290eaa49ace507 100644
--- a/devTools/dictionary_phrases.txt
+++ b/devTools/dictionary_phrases.txt
@@ -16,9 +16,6 @@ attepmts#attempts
 youreslf#yourself
 advnaces#advances
 canAcheive#canAchieve
-setBellySize#SetBellySize
-SetbellySize#SetBellySize
-setbellySize#SetBellySize
 bellypreg#bellyPreg
 bellyimplant#bellyImplant
 bellyfluid#bellyFluid
diff --git a/devTools/dictionary_wholeWords.txt b/devTools/dictionary_wholeWords.txt
index 1dcaf0300b3ee8dc665e94024072a9db0bcff886..94654b19b37df08425f17f157e22560273753cd7 100644
--- a/devTools/dictionary_wholeWords.txt
+++ b/devTools/dictionary_wholeWords.txt
@@ -4,6 +4,9 @@
 # appears, surrounded by non letters
 # Format is: searchPhrase#errorMessage
 # Output is: Found searchPhrase; Error: errorMessage
+setBellySize#SetBellySize
+SetbellySize#SetBellySize
+setbellySize#SetBellySize
 abandonned#abandoned
 aberation#aberration
 abilityes#abilities
diff --git a/devTools/javaSanityCheck/ignoredVariables b/devTools/javaSanityCheck/ignoredVariables
index c476c0057026a72acf408bd086f68f4c1adb00ea..d0ddb90cab43308446df088bd2c9ae32789c5ea4 100644
--- a/devTools/javaSanityCheck/ignoredVariables
+++ b/devTools/javaSanityCheck/ignoredVariables
@@ -14,7 +14,6 @@ DivWhoreDev
 acquire
 #tabs#######################
 IntroSummary
-Assistant
 ############################
 societyChanged
 totalMerc
diff --git a/src/events/PE/UnderageConcubine.js b/src/events/PE/UnderageConcubine.js
index 3278410fa0af0be30a7c8f871a6ecf2202f61aef..eb4a65b4cab22d1a6c7b7da12cd508274399cb55 100644
--- a/src/events/PE/UnderageConcubine.js
+++ b/src/events/PE/UnderageConcubine.js
@@ -277,7 +277,7 @@ App.Events.PEUnderageConcubine = class PEUnderageConcubine extends App.Events.Ba
 				let frag2 = document.createDocumentFragment();
 
 				t = [];
-				t.push(`"We encourage everyone to explore their sexuality, even children," you reply, proceeding to explain that, far from being asexual, kids like ${concubine.slaveName} are naturally curious about their bodies and sex. Although you do your best to explain having sex with the underaged in your arcology as an educational excercise, you can tell that the interviewer remains skeptical. It seems the old world just isn't ready for interactive sex ed.`);
+				t.push(`"We encourage everyone to explore their sexuality, even children," you reply, proceeding to explain that, far from being asexual, kids like ${concubine.slaveName} are naturally curious about their bodies and sex. Although you do your best to explain having sex with the underaged in your arcology as an educational exercise, you can tell that the interviewer remains skeptical. It seems the old world just isn't ready for interactive sex ed.`);
 				App.Events.addParagraph(frag2, t);
 
 				// remember your audience...this is NOT the answer the old world wants to hear!
@@ -299,7 +299,7 @@ App.Events.PEUnderageConcubine = class PEUnderageConcubine extends App.Events.Ba
 				t = [];
 				if (interviewPoints > 0) {
 					const womanP = getPronouns(V.PC).woman;
-					t.push(`Furthermore, by the end of the interview you can tell you've made some signficiant progress getting the interviewer, and hopefully the audience, more receptive towards your point of view. Recordings find their way back into the Free Cities and you're <span class="reputation inc">hailed as a spokes${womanP}.</span>`);
+					t.push(`Furthermore, by the end of the interview you can tell you've made some significant progress getting the interviewer, and hopefully the audience, more receptive towards your point of view. Recordings find their way back into the Free Cities and you're <span class="reputation inc">hailed as a spokes${womanP}.</span>`);
 					App.Events.addParagraph(frag2, t);
 					V.eventResults.youngConcubine = 2; // record persuasive success in case we want to use it in the future
 					repX(1000, "event");
diff --git a/src/js/wombJS.js b/src/js/wombJS.js
index d969ae03fa9747d3deb611056af9269b0e0e3061..3fd483c598baaafafa41db849eac0695eff099d8 100644
--- a/src/js/wombJS.js
+++ b/src/js/wombJS.js
@@ -559,7 +559,6 @@ globalThis.WombMaxPreg = function(actor) {
 };
 
 globalThis.WombNormalizePreg = function(actor) {
-	// console.log("New actor: " + actor.slaveName + " ===============" + actor.name);
 	WombInit(actor);
 
 	// this is broodmother on hold.