mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixed misspellings
Fixed misspellings reported at [Bug #16437], only in ruby and rubyspec.
This commit is contained in:
parent
2898367b3a
commit
db16629008
45 changed files with 79 additions and 79 deletions
|
@ -220,7 +220,7 @@ describe "C-API IO function" do
|
|||
end
|
||||
|
||||
describe "rb_io_check_writable" do
|
||||
it "does not raise an exeption if the IO is opened for writing" do
|
||||
it "does not raise an exception if the IO is opened for writing" do
|
||||
# The MRI function is void, so we use should_not raise_error
|
||||
-> { @o.rb_io_check_writable(@w_io) }.should_not raise_error
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue