fix typos

This commit is contained in:
RainRat
2024-02-28 20:15:56 -08:00
parent b53a43027f
commit a3658f85ac
167 changed files with 320 additions and 320 deletions

View File

@@ -6,7 +6,7 @@
* Enlightenment and Conduct+Achievements and Vanquished+Extinct+Geno'd
* and stethoscope/probing feedback.
*
* Most code used to reside in cmd.c, presumeably because ^X was originally
* Most code used to reside in cmd.c, presumably because ^X was originally
* a wizard mode command and the majority of those are in that file.
* Some came from end.c where it is used during end of game disclosure.
* And some came from priest.c that had once been in pline.c.
@@ -1027,7 +1027,7 @@ status_enlightenment(int mode, int final)
Sprintf(buf, "%s blind",
(HBlinded & FROMOUTSIDE) != 0L ? "permanently"
: (HBlinded & FROMFORM) ? "innately"
/* better phrasing desparately wanted... */
/* better phrasing desperately wanted... */
: Blindfolded_only ? "deliberately"
/* timed, possibly combined with blindfold */
: "temporarily");
@@ -1741,7 +1741,7 @@ attributes_enlightenment(
(u.uhitinc < 0) ? "increasing"
: (u.uhitinc < 4 * gu.urole.spelarmr / 5)
? "partly offsetting"
: (u.uhitinc < gu.urole.spelarmr) ? "nearly offseting"
: (u.uhitinc < gu.urole.spelarmr) ? "nearly offsetting"
: "overcoming");
you_have(buf, "");
}
@@ -1978,7 +1978,7 @@ doattributes(void)
}
void
youhiding(boolean via_enlghtmt, /* englightment line vs topl message */
youhiding(boolean via_enlghtmt, /* enlightenment line vs topl message */
int msgflag) /* for variant message phrasing */
{
char *bp, buf[BUFSZ];
@@ -2601,7 +2601,7 @@ vanqsort_cmp(
case VANQ_ALPHA_MIX:
name1 = mons[indx1].pmnames[NEUTRAL];
name2 = mons[indx2].pmnames[NEUTRAL];
res = strcmpi(name1, name2); /* caseblind alhpa, low to high */
res = strcmpi(name1, name2); /* caseblind alpha, low to high */
break;
case VANQ_MCLS_HTOL:
case VANQ_MCLS_LTOH:
@@ -2892,7 +2892,7 @@ num_extinct(void)
return n;
}
/* collect both genocides and extintctions, skipping uniques */
/* collect both genocides and extinctions, skipping uniques */
static int
num_gone(int mvflags, int *mindx)
{