From 492bdb672bdc66e71711afa977871bfa62c0451b Mon Sep 17 00:00:00 2001 From: cohrs Date: Sun, 27 Apr 2003 15:10:46 +0000 Subject: [PATCH] yet another spelling error "undigestable" -> "indigestible" --- src/eat.c | 4 ++-- src/mon.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/eat.c b/src/eat.c index 03b46b705..82c0724b2 100644 --- a/src/eat.c +++ b/src/eat.c @@ -1892,9 +1892,9 @@ doeat() /* generic "eat" command funtion (see cmd.c) */ stackobj(otmp); return 1; } - /* KMH -- Slow digestion is... undigestable */ + /* KMH -- Slow digestion is... indigestible */ if (otmp->otyp == RIN_SLOW_DIGESTION) { - pline("This ring is undigestable!"); + pline("This ring is indigestible!"); (void) rottenfood(otmp); if (otmp->dknown && !objects[otmp->otyp].oc_name_known && !objects[otmp->otyp].oc_uname) diff --git a/src/mon.c b/src/mon.c index dc0038800..72c81f8e4 100644 --- a/src/mon.c +++ b/src/mon.c @@ -640,7 +640,7 @@ meatmetal(mtmp) pline("%s spits %s out in disgust!", Monnam(mtmp), distant_name(otmp,doname)); } - /* KMH -- Don't eat undigestable/choking objects */ + /* KMH -- Don't eat indigestible/choking objects */ } else if (otmp->otyp != AMULET_OF_STRANGULATION && otmp->otyp != RIN_SLOW_DIGESTION) { if (cansee(mtmp->mx,mtmp->my) && flags.verbose) -- 2.40.0