aboutsummaryrefslogtreecommitdiffstats
path: root/spec/mspec/spec/expectations/should.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/mspec/spec/expectations/should.rb')
-rw-r--r--spec/mspec/spec/expectations/should.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/mspec/spec/expectations/should.rb b/spec/mspec/spec/expectations/should.rb
index 24b1cf2bf8..48503b1631 100644
--- a/spec/mspec/spec/expectations/should.rb
+++ b/spec/mspec/spec/expectations/should.rb
@@ -41,7 +41,7 @@ describe "MSpec expectation method #should" do
:sym.should be_kind_of(Symbol)
end
- it "causes a failue to be recorded" do
+ it "causes a failure to be recorded" do
1.should == 2
end