From: PatR Date: Mon, 25 Sep 2017 18:15:29 +0000 (-0700) Subject: vomit countdown comment typo X-Git-Tag: NetHack-3.6.1_RC01~340 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a69e4d4ec423b4e9b0d77648cf8236e69faed560;p=nethack vomit countdown comment typo A word got left out. --- diff --git a/src/timeout.c b/src/timeout.c index 7e391cb13..94808fe88 100644 --- a/src/timeout.c +++ b/src/timeout.c @@ -203,7 +203,7 @@ vomiting_dialogue() countdown, and it was still possible to move around between that message and "You can move again." (from vomit()'s nomul(-2)) with no intervening message; give one here to - have a more specific at which hero became unable to move + have more specific point at which hero became unable to move [vomit() issues its own message for the cantvomit() case] */ You("%s!", !Hallucination ? "vomit" : "hurl chunks"); }