[前][次][番号順一覧][スレッド一覧]

ruby-changes:61162

From: Kazuhiro <ko1@a...>
Date: Sat, 9 May 2020 14:23:02 +0900 (JST)
Subject: [ruby-changes:61162] 4314c05377 (master): Fix typos

https://git.ruby-lang.org/ruby.git/commit/?id=4314c05377

From 4314c05377a19faa8570dfcc5c48b0ec3f7f26c8 Mon Sep 17 00:00:00 2001
From: Kazuhiro NISHIYAMA <zn@m...>
Date: Sat, 9 May 2020 14:22:04 +0900
Subject: Fix typos


diff --git a/test/irb/test_cmd.rb b/test/irb/test_cmd.rb
index 897828e..bb33f53 100644
--- a/test/irb/test_cmd.rb
+++ b/test/irb/test_cmd.rb
@@ -74,10 +74,10 @@ module TestIRB https://github.com/ruby/ruby/blob/trunk/test/irb/test_cmd.rb#L74
 
     def test_irb_info_multiline_without_rc_files
       inputrc_backup = ENV["INPUTRC"]
-      ENV["INPUTRC"] = "unkown_inpurc"
+      ENV["INPUTRC"] = "unknown_inpurc"
       ext_backup = IRB::IRBRC_EXT
       IRB.__send__(:remove_const, :IRBRC_EXT)
-      IRB.const_set(:IRBRC_EXT, "unkown_ext")
+      IRB.const_set(:IRBRC_EXT, "unknown_ext")
       IRB.setup(__FILE__, argv: [])
       IRB.conf[:USE_MULTILINE] = true
       IRB.conf[:USE_SINGLELINE] = false
@@ -100,10 +100,10 @@ module TestIRB https://github.com/ruby/ruby/blob/trunk/test/irb/test_cmd.rb#L100
 
     def test_irb_info_singleline_without_rc_files
       inputrc_backup = ENV["INPUTRC"]
-      ENV["INPUTRC"] = "unkown_inpurc"
+      ENV["INPUTRC"] = "unknown_inpurc"
       ext_backup = IRB::IRBRC_EXT
       IRB.__send__(:remove_const, :IRBRC_EXT)
-      IRB.const_set(:IRBRC_EXT, "unkown_ext")
+      IRB.const_set(:IRBRC_EXT, "unknown_ext")
       IRB.setup(__FILE__, argv: [])
       IRB.conf[:USE_MULTILINE] = false
       IRB.conf[:USE_SINGLELINE] = true
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]