fix typos

This commit is contained in:
RainRat
2024-04-10 00:46:21 -07:00
parent 85c8644469
commit 7656804ae9
7 changed files with 42 additions and 42 deletions

View File

@@ -2725,12 +2725,12 @@ logdeadmon(struct monst *mtmp, int mndx)
shkdetail[0] = '\0';
if (mtmp->isshk) {
howmany = 1;
/* ", the <shoptype> priorietor" needs a trailing comma for
/* ", the <shoptype> proprietor" needs a trailing comma for
the alternate phrasing "<shk>, shkdetails, has been killed"
when hero isn't directly responsible */
Snprintf(shkdetail, sizeof shkdetail, ", the %s %s%s",
shtypes[ESHK(mtmp)->shoptype - SHOPBASE].name,
/* in case shk name doesn't include Mr or Ms honoric */
/* in case shk name doesn't include Mr or Ms honorific */
mtmp->female ? "proprietrix" : "proprietor",
herodidit ? "" : ",");
} else if (mndx == PM_HIGH_CLERIC) {