From e590b071b83ce815a5e2ddf356800e6eceb05ea0 Mon Sep 17 00:00:00 2001 From: Gibheer Date: Thu, 9 Jun 2011 21:27:32 +0200 Subject: [PATCH] fixed a typo --- spec/index_writer/add_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/index_writer/add_spec.rb b/spec/index_writer/add_spec.rb index 3dc0fe7..6cb43b4 100644 --- a/spec/index_writer/add_spec.rb +++ b/spec/index_writer/add_spec.rb @@ -11,7 +11,7 @@ describe "IndexWriter#add" do w.count.should == 1 end - it "takes multiple documents and sotres them" do + it "takes multiple documents and stores them" do w.add doc1 w.add doc2 w.count.should == 2