From 583572370a03cdd09f0a848f2b8186e15fd798a0 Mon Sep 17 00:00:00 2001 From: kazu Date: Mon, 7 May 2018 14:44:55 +0000 Subject: Fix a typo [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63346 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_io.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 } } -- cgit v1.2.3