diff --git a/src/npc/descriptions/belly/belly.js b/src/npc/descriptions/belly/belly.js
index e33859127c5f8a4d3ad4a5c8f87ea5268594896e..aba3677ebd840189936f3a74d74ee94eb569dc54 100644
--- a/src/npc/descriptions/belly/belly.js
+++ b/src/npc/descriptions/belly/belly.js
@@ -6552,7 +6552,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 120000) {
 					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
 						if (slave.boobs > 12000) {
-							r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly peaks out from between ${his} massive tits. ${He} finds it impossible to fasten ${his} trousers with ${his} stomach in the way.`);
+							r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly peeks out from between ${his} massive tits. ${He} finds it impossible to fasten ${his} trousers with ${his} stomach in the way.`);
 						} else if (slave.boobs > 4000) {
 							r.push(`${slave.slaveName}'s nurse outfit could be called conservative, if it could cover more than half of ${his} breasts; ${his} giant ${slave.inflationType}-filled belly hangs out from under them, bulging hugely from ${his} unfastened trousers.`);
 						} else {
@@ -6560,7 +6560,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					} else if (slave.bellyImplant > 0) {
 						if (slave.boobs > 12000) {
-							r.push(`${slave.slaveName}'s giant implant-filled belly peaks out from between ${his} massive tits. ${He} finds it impossible to fasten ${his} trousers with ${his} stomach in the way.`);
+							r.push(`${slave.slaveName}'s giant implant-filled belly peeks out from between ${his} massive tits. ${He} finds it impossible to fasten ${his} trousers with ${his} stomach in the way.`);
 						} else if (slave.boobs > 4000) {
 							r.push(`${slave.slaveName}'s nurse outfit could be called conservative, if it could cover more than half of ${his} breasts; ${his} giant implant-filled belly hangs out from under them, bulging hugely from ${his} unfastened trousers.`);
 						} else {
@@ -6568,7 +6568,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					} else {
 						if (slave.boobs > 12000) {
-							r.push(`${slave.slaveName}'s giant pregnant belly peaks out from between ${his} massive tits. In addition, ${he}'s left ${his} trousers unfastened to give ${his} overfilled womb more room.`);
+							r.push(`${slave.slaveName}'s giant pregnant belly peeks out from between ${his} massive tits. In addition, ${he}'s left ${his} trousers unfastened to give ${his} overfilled womb more room.`);
 						} else if (slave.boobs > 4000) {
 							r.push(`${slave.slaveName}'s nurse outfit could be called conservative, if it could cover more than half of ${his} breasts; ${his} giant pregnant belly hangs out from under them, bulging from ${his} unfastened trousers.`);
 						} else {
diff --git a/src/npc/descriptions/style/clothingCorset.js b/src/npc/descriptions/style/clothingCorset.js
index 421c149eac37568b484cb6eef6b3ae17058522d4..30165f13965de46c8959c67bd2be8dd4109316fe 100644
--- a/src/npc/descriptions/style/clothingCorset.js
+++ b/src/npc/descriptions/style/clothingCorset.js
@@ -312,20 +312,20 @@ App.Desc.clothingCorset = function(slave) {
 			break;
 		case "a monokini":
 			if (slave.bellyAccessory === "a corset") {
-				r.push(`A corset peaks out from the top of the swimsuit.`);
+				r.push(`A corset peeks out from the top of the swimsuit.`);
 			} else if (slave.bellyAccessory === "an extreme corset") {
-				r.push(`An extreme corset peaks out from the top of the swimsuit.`);
+				r.push(`An extreme corset peeks out from the top of the swimsuit.`);
 			} else if (slave.bellyAccessory === "a support band") {
-				r.push(`${His} support band peaks out from the top of the swimsuit.`);
+				r.push(`${His} support band peeks out from the top of the swimsuit.`);
 			}
 			break;
 		case "overalls":
 			if (slave.bellyAccessory === "a corset") {
-				r.push(`A corset peaks out from the top of the overalls.`);
+				r.push(`A corset peeks out from the top of the overalls.`);
 			} else if (slave.bellyAccessory === "an extreme corset") {
-				r.push(`An extreme corset peaks out from the top of the overalls.`);
+				r.push(`An extreme corset peeks out from the top of the overalls.`);
 			} else if (slave.bellyAccessory === "a support band") {
-				r.push(`${His} support band peaks out from the top of the overalls.`);
+				r.push(`${His} support band peeks out from the top of the overalls.`);
 			}
 			break;
 		case "an apron":