summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-16 19:42:33 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-16 19:42:33 +0000
commit00308ec014621de14b1e3d41e800bc535c9c0cba (patch)
treeb31786d8dae23e3d762da1ad33772e614a4cc0dd /spec
parent90ab739ae488eeb1aee00d1b0609f605c26041ad (diff)
spec/ruby/optional/capi/io_spec.rb: speling fics
* spec/ruby/optional/capi/io_spec.rb: speling: s/writeable/writable/ git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60191 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'spec')
-rw-r--r--spec/ruby/optional/capi/io_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/optional/capi/io_spec.rb b/spec/ruby/optional/capi/io_spec.rb
index bc75ad4307..92bc2da54e 100644
--- a/spec/ruby/optional/capi/io_spec.rb
+++ b/spec/ruby/optional/capi/io_spec.rb
@@ -234,7 +234,7 @@ describe "C-API IO function" do
end
end
- describe "rb_io_wait_writeable" do
+ describe "rb_io_wait_writable" do
it "returns false if there is no error condition" do
@o.rb_io_wait_writable(@w_io).should be_false
end