diff options
author | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-05-07 14:44:55 +0000 |
---|---|---|
committer | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-05-07 14:44:55 +0000 |
commit | 583572370a03cdd09f0a848f2b8186e15fd798a0 (patch) | |
tree | 21c430cf5bf3de8942ca6dc69a54e46ccef7a93c /test/ruby/test_io.rb | |
parent | 04aba59c31d17a3943328384db516938750f2a1c (diff) | |
download | ruby-583572370a03cdd09f0a848f2b8186e15fd798a0.tar.gz |
Fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63346 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_io.rb')
-rw-r--r-- | test/ruby/test_io.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_io.rb b/test/ruby/test_io.rb index 8e2447beeb..5745198c99 100644 --- a/test/ruby/test_io.rb +++ b/test/ruby/test_io.rb @@ -633,7 +633,7 @@ class TestIO < Test::Unit::TestCase 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 } } |