From 68bbee9db305a6c4b3ae9fe9344aa05bf1b5be9e Mon Sep 17 00:00:00 2001
From: Anu <barrychahal@gmail.com>
Date: Mon, 14 Jun 2021 22:58:18 +0000
Subject: [PATCH] typo

---
 src/npc/descriptions/belly/belly.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/npc/descriptions/belly/belly.js b/src/npc/descriptions/belly/belly.js
index 8f6140c27f1..f7693ee8258 100644
--- a/src/npc/descriptions/belly/belly.js
+++ b/src/npc/descriptions/belly/belly.js
@@ -12466,7 +12466,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 					} else if (slave.bellyPreg >= 100 || slave.bellyImplant >= 100) {
 						r.push(`${slave.slaveName}'s bangles include a long thin chain that rests across the small swell of ${his} lower belly.`);
 					} else if (slave.muscles > 30) {
-						r.push(`${slave.slaveName}'s bangles include a trio of long, thin chains that run across each set of ${his} ab muslces.`);
+						r.push(`${slave.slaveName}'s bangles include a trio of long, thin chains that run across each set of ${his} ab muscles.`);
 					}
 					break;
 				case "a leotard":
-- 
GitLab