Skip to content

Commit cd98384

Browse files
authored
Merge pull request #175 from Umbire/patch-2
very small spelling corrections
2 parents 43a86cd + 2fceffc commit cd98384

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/steed.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ struct obj *otmp;
327327
|| ptr == &mons[PM_CAVE_LIZARD]
328328
|| ptr == &mons[PM_LARGE_CAVE_LIZARD]) && !Race_if(PM_DROW)) {
329329
if (!Deaf)
330-
pline("%s hisses threatenly at you!", Monnam(mtmp));
330+
pline("%s hisses threateningly at you!", Monnam(mtmp));
331331
if ((mtmp->mtame > 0 || mtmp->mpeaceful)
332332
&& !rn2(3)) {
333333
mtmp->mtame = mtmp->mpeaceful = 0;
@@ -470,7 +470,7 @@ struct obj *otmp;
470470
|| ptr == &mons[PM_CAVE_LIZARD]
471471
|| ptr == &mons[PM_LARGE_CAVE_LIZARD]) && !Race_if(PM_DROW)) {
472472
if (!Deaf)
473-
pline("%s hisses threatenly at you!", Monnam(mtmp));
473+
pline("%s hisses threateningly at you!", Monnam(mtmp));
474474
if ((mtmp->mtame > 0 || mtmp->mpeaceful)
475475
&& !rn2(3)) {
476476
mtmp->mtame = mtmp->mpeaceful = 0;

0 commit comments

Comments
 (0)