From a69e4d4ec423b4e9b0d77648cf8236e69faed560 Mon Sep 17 00:00:00 2001 From: PatR Date: Mon, 25 Sep 2017 11:15:29 -0700 Subject: [PATCH] vomit countdown comment typo A word got left out. --- src/timeout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); }