From: Pasi Kallinen Date: Fri, 29 May 2015 10:20:20 +0000 (+0300) Subject: Fix typo in potion dilution message, found by Raisse X-Git-Tag: NetHack-3.6.0_RC01~331 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c5796ff6e7acabe48802fa0fc84816775ee5cda;p=nethack Fix typo in potion dilution message, found by Raisse --- diff --git a/src/trap.c b/src/trap.c index a0e2fb9ea..dbb06fb6a 100644 --- a/src/trap.c +++ b/src/trap.c @@ -3399,7 +3399,7 @@ boolean force; return ER_DESTROYED; } else if (obj->odiluted) { if (carried(obj)) - pline("Your %s %s furthers.", ostr, vtense(ostr, "dilute")); + pline("Your %s %s further.", ostr, vtense(ostr, "dilute")); obj->otyp = POT_WATER; obj->dknown = 0;