From d0a32762abeca726b41bb10537988c22bc9e1aa0 Mon Sep 17 00:00:00 2001 From: PatR Date: Tue, 25 Jun 2019 03:27:42 -0700 Subject: [PATCH] keyhelp typo --- dat/keyhelp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dat/keyhelp b/dat/keyhelp index d4df8d444..00a20955e 100644 --- a/dat/keyhelp +++ b/dat/keyhelp @@ -3,7 +3,7 @@ For example, ^S and ^Q are often used for XON/XOFF flow-control, meaning that ^S suspends output and subsequent ^Q resumes suspended - output. When that it the case, neither of those characters will + output. When that is the case, neither of those characters will reach NetHack when it is waiting for a command keystroke. So they aren't used as commands, but 'whatdoes' might not be able to tell you that if they don't get passed through to NetHack.