Skip to content

Commit

Permalink
Merge pull request #1161 from herwinw/spelling
Browse files Browse the repository at this point in the history
Minor spelling fixes
  • Loading branch information
herwinw committed Jun 16, 2024
2 parents 8ee7706 + 191ce56 commit 66b7516
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/io/autoclose_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
@io.should_not.autoclose?
end

it "can be set multple times" do
it "can be set multiple times" do
@io.autoclose = true
@io.should.autoclose?

Expand Down
2 changes: 1 addition & 1 deletion core/kernel/sleep_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
sleep(Rational(1, 999)).should >= 0
end

it "accepts any Object that reponds to divmod" do
it "accepts any Object that responds to divmod" do
o = Object.new
def o.divmod(*); [0, 0.001]; end
sleep(o).should >= 0
Expand Down

0 comments on commit 66b7516

Please sign in to comment.