From f38ad4d8a3cc67467500ab6856aa09c9e1a9ac2e Mon Sep 17 00:00:00 2001
From: nina de jesus <mxbees@users.noreply.github.com>
Date: Sun, 17 Oct 2021 11:53:39 -0400
Subject: [PATCH] Typo

I imagine that @show_ehlp was supposed to be @show_help.
---
 lib/tty/prompt/list.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/tty/prompt/list.rb b/lib/tty/prompt/list.rb
index 3ad585a..250fb67 100644
--- a/lib/tty/prompt/list.rb
+++ b/lib/tty/prompt/list.rb
@@ -143,7 +143,7 @@ def help(value = (not_set = true))
       #
       # @api public
       def show_help(value = (not_set = true))
-        return @show_ehlp if not_set
+        return @show_help if not_set
 
         @show_help = value
       end