From c89fb571dbdb605f1ca14e11217378b3340c476b Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Thu, 10 Jul 2014 10:02:21 +0200 Subject: [PATCH] Fixed typo in the XPath evaluator's wildcard spec. --- spec/oga/xpath/evaluator/wildcard_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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