summaryrefslogtreecommitdiff
path: root/lib/irb/input-method.rb
diff options
context:
space:
mode:
authorst0012 <[email protected]>2022-10-05 12:38:51 +0100
committergit <[email protected]>2022-11-15 10:08:28 +0000
commit4f348e482c2b539aaf535ac3dabc07fed6718e59 (patch)
tree98bc003869b27b37b958590fac66c536a2a8ce73 /lib/irb/input-method.rb
parent1eae15142f0fd9e5285e3d685bb1448f0f441b1c (diff)
[ruby/irb] Rename leftover Reidline references
https://github.com/ruby/irb/commit/0ed8b103ed
Diffstat (limited to 'lib/irb/input-method.rb')
-rw-r--r--lib/irb/input-method.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb/input-method.rb b/lib/irb/input-method.rb
index 5f13971a43..9480573195 100644
--- a/lib/irb/input-method.rb
+++ b/lib/irb/input-method.rb
@@ -461,7 +461,7 @@ module IRB
# For debug message
def inspect
config = Reline::Config.new
- str = "ReidlineInputMethod with Reline #{Reline::VERSION}"
+ str = "RelineInputMethod with Reline #{Reline::VERSION}"
if config.respond_to?(:inputrc_path)
inputrc_path = File.expand_path(config.inputrc_path)
else