diff --git a/spec/oga/xpath/evaluator/wildcard_spec.rb b/spec/oga/xpath/evaluator/wildcard_spec.rb index 2c1a8ce..858b7e8 100644 --- a/spec/oga/xpath/evaluator/wildcard_spec.rb +++ b/spec/oga/xpath/evaluator/wildcard_spec.rb @@ -11,7 +11,7 @@ describe Oga::XPath::Evaluator do @set = @evaluator.evaluate('a/*') end - example 'retunr the right amount of rows' do + example 'return the right amount of rows' do @set.length.should == 3 end