Commit 20419920 authored by Will Pragnell's avatar Will Pragnell

Correct a few typos

parent c146347b
...@@ -14,7 +14,7 @@ describe Pod::Generator::Acknowledgements do ...@@ -14,7 +14,7 @@ describe Pod::Generator::Acknowledgements do
@acknowledgements = Pod::Generator::Acknowledgements.new(@target_definition, @pods) @acknowledgements = Pod::Generator::Acknowledgements.new(@target_definition, @pods)
end end
it "returns the corrent number of licenses (including headera and footnote)" do it "returns the correct number of licenses (including header and footnote)" do
@acknowledgements.licenses.count.should == 3 @acknowledgements.licenses.count.should == 3
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment