From 46a4222de6d0e14691c63809814e2710a3df16fc Mon Sep 17 00:00:00 2001 From: Kelly Kinkade Date: Sun, 8 Jan 2023 15:57:38 -0600 Subject: [PATCH] fix stupid typo in reveal --- plugins/reveal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/reveal.cpp b/plugins/reveal.cpp index 4a05f061f..2820c9f54 100644 --- a/plugins/reveal.cpp +++ b/plugins/reveal.cpp @@ -265,7 +265,7 @@ command_result reveal(color_ostream &out, vector & params) con.print("Note that in graphics mode, tiles that are not adjacent to open\n" "space will not render but can still be examined by hovering over\n" "them with the mouse. Switching to text mode (in the game settings)\n" - "will allow the display the revealed tiles.\n\n"); + "will allow the display of the revealed tiles.\n\n"); } if(!no_hell) con.print("Unpausing can unleash the forces of hell, so it has been temporarily disabled.\n\n");