diff --git a/src/npc/descriptions/descriptionWidgets.js b/src/npc/descriptions/descriptionWidgets.js
index d520c628f8dfa4ccdc15715657ad38838b5e42f3..70d7e429d2f7c45b8ed181a5348f5d90683e2970 100644
--- a/src/npc/descriptions/descriptionWidgets.js
+++ b/src/npc/descriptions/descriptionWidgets.js
@@ -1459,17 +1459,17 @@ App.Desc.geneticQuirkAssessment = function(slave) {
 		}
 		if (slave.geneticQuirks.superfetation === 2) {
 			if (slave.broodmother !== 0) {
-				r.push(`${He} posses a rare genetic flaw that causes pregnancy to not block ovulation; not that it matters with ${his} broodmother implant superseding it.`);
+				r.push(`${He} possesses a rare genetic flaw that causes pregnancy to not block ovulation; not that it matters with ${his} broodmother implant superseding it.`);
 			} else if (isFertile(slave)) {
-				r.push(`${He} posses a rare genetic flaw that causes pregnancy to not block ovulation. ${He} is fully capable of getting pregnant while already pregnant.`);
+				r.push(`${He} possesses a rare genetic flaw that causes pregnancy to not block ovulation. ${He} is fully capable of getting pregnant while already pregnant.`);
 			} else {
-				r.push(`${He} posses a rare genetic flaw that causes pregnancy to not block ovulation; not that it matters when ${he} can't get pregnant.`);
+				r.push(`${He} possesses a rare genetic flaw that causes pregnancy to not block ovulation; not that it matters when ${he} can't get pregnant.`);
 			}
 		} else if (slave.geneticQuirks.superfetation === 1 && V.geneticMappingUpgrade >= 2) {
 			r.push(`${He} is a carrier of a genetic flaw that causes superfetation.`);
 		}
 		if (slave.geneticQuirks.uterineHypersensitivity === 2) {
-			r.push(`${He} posses a rare genetic trait that causes uterine hypersensitivity;`);
+			r.push(`${He} possesses a rare genetic trait that causes uterine hypersensitivity;`);
 			if (slave.ovaries === 1 || slave.mpreg === 1) {
 				r.push(`pregnancy and birth will extremely pleasurable to ${him}.`);
 			} else {