Skip to content

Commit

Permalink
Fixed typo in description string.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Ford committed Sep 12, 2011
1 parent 4241a27 commit 1126450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ruby/core/kernel/define_singleton_method_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class DefineSingletonMethodSpecClass
lambda{KernelSpecs::Parent.child_class_method}.should raise_error(NoMethodError)
end

it "will raise when attempting to define an object's singleton method from another objetc's singleton method" do
it "will raise when attempting to define an object's singleton method from another object's singleton method" do
other = KernelSpecs::Parent.new
p = KernelSpecs::Parent.new
class << p
Expand Down

0 comments on commit 1126450

Please sign in to comment.