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

ruby-changes:51139

From: kazu <ko1@a...>
Date: Mon, 7 May 2018 23:45:01 +0900 (JST)
Subject: [ruby-changes:51139] kazu:r63346 (trunk): Fix a typo [ci skip]

kazu	2018-05-07 23:44:55 +0900 (Mon, 07 May 2018)

  New Revision: 63346

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63346

  Log:
    Fix a typo [ci skip]

  Modified files:
    trunk/test/ruby/test_io.rb
Index: test/ruby/test_io.rb
===================================================================
--- test/ruby/test_io.rb	(revision 63345)
+++ test/ruby/test_io.rb	(revision 63346)
@@ -633,7 +633,7 @@ class TestIO < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_io.rb#L633
           assert_equal(bigcontent[30, 40], File.read("bigdst"))
           assert_equal(0, f.pos)
         rescue NotImplementedError
-          #skip "pread(2) is not implemtented."
+          #skip "pread(2) is not implemented."
         end
       }
     }

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

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