Skip to content

Commit b568baa

Browse files
aardvark179eregon
authored andcommitted
Fix typo.
(cherry picked from commit 07f1939)
1 parent d7578db commit b568baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ruby/optional/capi/kernel_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@
313313
@s.rb_protect_null_status(42) { |x| raise }.should == nil
314314
end
315315

316-
it "poulates errinfo with the captured exception" do
316+
it "populates errinfo with the captured exception" do
317317
proof = []
318318
@s.rb_protect_errinfo(77, proof) { |x| raise NameError }.class.should == NameError
319319
proof[0].should == 23

0 commit comments

Comments
 (0)