0
0
Fork 0

fixed a typo

This commit is contained in:
Gibheer 2011-06-09 21:27:32 +02:00
parent b7affecab2
commit e590b071b8
1 changed files with 1 additions and 1 deletions

View File

@ -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