]> granicus.if.org Git - nethack/commitdiff
Fix typo in potion dilution message, found by Raisse
authorPasi Kallinen <paxed@alt.org>
Fri, 29 May 2015 10:20:20 +0000 (13:20 +0300)
committerPasi Kallinen <paxed@alt.org>
Fri, 29 May 2015 10:20:20 +0000 (13:20 +0300)
src/trap.c

index a0e2fb9ea95d14759f3ef95faecf85596da3ecab..dbb06fb6a50a286eb98d226d6c010e090432a95f 100644 (file)
@@ -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;