diff --git a/slave variables documentation - Pregmod.txt b/slave variables documentation - Pregmod.txt
index 94ca9a8f88c9b56bef74677a9fd2a8eda6ef49de..db4ec0a8b640af2e2abaddbd5d98378cc2f5dceb 100644
--- a/slave variables documentation - Pregmod.txt	
+++ b/slave variables documentation - Pregmod.txt	
@@ -2326,7 +2326,7 @@ nail type
 brand:
 
 is an object
-keys include any place on a slave body that can recieve a brand, values are a string for the brand.
+keys include any place on a slave body that can receive a brand, values are a string for the brand.
 
 earPiercing:
 
diff --git a/src/js/eventSelectionJS.js b/src/js/eventSelectionJS.js
index 20e1361474db198f415831c7901fca2ec265a73d..2dd71f7912e680309cda9c6b9e921150631d731c 100644
--- a/src/js/eventSelectionJS.js
+++ b/src/js/eventSelectionJS.js
@@ -1781,7 +1781,7 @@ window.generateRandomEventPoolStandard = function(eventSlave) {
 						}
 					}
 
-					if (eventSlave.origin === "You sentenced $him to enslavement as a punishment for attempted theft of a slave." || eventSlave.origin === "$He is an enslaved Daughter of Liberty." || eventSlave.origin === "You got $him at the Slave Shelter. $He is an enslaved Daughter of Liberty, caught some weeks after the failed coup. $His previous owner used $him as a punching bag and dart board, then when he was bored of $him tattooed obscenities all over $his body and threw $him away." || eventSlave.origin === "$He is an enslaved member of an anti-slavery extremist group.") {
+					if (eventSlave.origin === "You sentenced $him to enslavement as a punishment for attempted theft of a slave." || eventSlave.origin === "$He is an enslaved Daughter of Liberty." || eventSlave.origin === "You got $him at the Slave Shelter. $He is an enslaved Daughter of Liberty, caught some weeks after the failed coup. $His previous owner used $him as a punching bag and dart board, then when he was bored of $him tattooed obscenities all over $his body and threw $him away." || eventSlave.origin === "$He is an enslaved member of an anti-slavery extremist group." || eventSlave.career === "an antislavery activist") {
 						if (eventSlave.devotion > 95 && eventSlave.assignment === "please you") {
 							State.variables.events.push("RE former abolitionist");
 						}
diff --git a/src/js/utilJS.js b/src/js/utilJS.js
index fd6bec8cacdee56f0dc249d4f0929007a54d9258..7ec3827629dead9b0c91bacdddda00f78c707658 100644
--- a/src/js/utilJS.js
+++ b/src/js/utilJS.js
@@ -2232,11 +2232,14 @@ window.convertCareer = function(slave) {
 		}
 	} else if (slave.pronoun === App.Data.Pronouns.Kind.female) {
 		switch (job) {
-			case "a trophy spouse"
+			case "a priest":
+				job = "a priestess";
+				break;
+			case "a trophy spouse":
 				job = "a trophy wife";
 				break;
-			case "a businessman"
-			case "a repairman"
+			case "a businessman":
+			case "a repairman":
 				job = job.replace(/man/g, "woman");
 				break;
 		}
diff --git a/src/uncategorized/masterSuiteReport.tw b/src/uncategorized/masterSuiteReport.tw
index 35c3e2c886e6d9e58619dd34e30a826ff99f5ba8..acc11fe79fcede8f8131e1bc56cc22bac93a346c 100644
--- a/src/uncategorized/masterSuiteReport.tw
+++ b/src/uncategorized/masterSuiteReport.tw
@@ -31,7 +31,7 @@
 			<<set _masterSuiteAverageSadism -= $slaves[$i].fetishStrength>>
 		<</switch>>
 		<</if>>
-		<<if ($legendaryAbolitionistID == 0) && ($slaves[$i].devotion > 95) && ($slaves[$i].prestige == 0) && (($slaves[$i].origin == "You sentenced $him to enslavement as a punishment for attempted theft of a slave.") || ($slaves[$i].origin == "$He is an enslaved Daughter of Liberty.") || ($slaves[$i].origin === "You got $him at the Slave Shelter. $He is an enslaved Daughter of Liberty, caught some weeks after the failed coup. $His previous owner used $him as a punching bag and dart board, then when he was bored of $him tattooed obscenities all over $his body and threw $him away.") || ($slaves[$i].origin === "$He is an enslaved member of an anti-slavery extremist group."))>>
+		<<if ($legendaryAbolitionistID == 0) && ($slaves[$i].devotion > 95) && ($slaves[$i].prestige == 0) && (($slaves[$i].origin == "You sentenced $him to enslavement as a punishment for attempted theft of a slave.") || ($slaves[$i].origin == "$He is an enslaved Daughter of Liberty.") || ($slaves[$i].origin === "You got $him at the Slave Shelter. $He is an enslaved Daughter of Liberty, caught some weeks after the failed coup. $His previous owner used $him as a punching bag and dart board, then when he was bored of $him tattooed obscenities all over $his body and threw $him away.") || ($slaves[$i].origin === "$He is an enslaved member of an anti-slavery extremist group.") || ($slaves[$i].career == "an antislavery activist"))>>
 			<<set $legendaryAbolitionistID = $slaves[$i].ID>>
 		<</if>>
 	<</for>>
diff --git a/src/uncategorized/universalRules.tw b/src/uncategorized/universalRules.tw
index 774098550c81acdfd9a6a741f722f418649fbb40..6b792b21a354bae49818a6b18b5e26e53475d2f9 100644
--- a/src/uncategorized/universalRules.tw
+++ b/src/uncategorized/universalRules.tw
@@ -70,7 +70,7 @@ Slave requests for growth hormones are
 ''Branding for slaves''
 <br>
 
-Choose an official brand.  Any slave marked with this brand will be connected to your reputation, and will recieve a beauty boost or penalty depending on how high or low that reputation is.
+Choose an official brand.  Any slave marked with this brand will be connected to your reputation, and will receive a beauty boost or penalty depending on how high or low that reputation is.
 <br>
 Use ''$brandDesign.official'' or choose another brand:
 [[Your slaving emblem|Universal Rules][$brandDesign.official = "your personal symbol"]]