You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2012/10/01 19:47:52 UTC

svn commit: r1392473 - in /lucene/dev/branches/lucene_solr_4_0: ./ solr/ solr/test-framework/ solr/test-framework/README.txt

Author: uschindler
Date: Mon Oct  1 17:47:51 2012
New Revision: 1392473

URL: http://svn.apache.org/viewvc?rev=1392473&view=rev
Log:
Merged revision(s) 1392464 from lucene/dev/trunk:
Fix typo

Modified:
    lucene/dev/branches/lucene_solr_4_0/   (props changed)
    lucene/dev/branches/lucene_solr_4_0/solr/   (props changed)
    lucene/dev/branches/lucene_solr_4_0/solr/test-framework/   (props changed)
    lucene/dev/branches/lucene_solr_4_0/solr/test-framework/README.txt

Modified: lucene/dev/branches/lucene_solr_4_0/solr/test-framework/README.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_4_0/solr/test-framework/README.txt?rev=1392473&r1=1392472&r2=1392473&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_4_0/solr/test-framework/README.txt (original)
+++ lucene/dev/branches/lucene_solr_4_0/solr/test-framework/README.txt Mon Oct  1 17:47:51 2012
@@ -1,6 +1,6 @@
 The Solr test-framework products base classes and utility classes for 
 writting JUnit tests excercising Solr functionality.
 
-This test framework replies on the lucene components found in in the 
+This test framework relies on the lucene components found in in the 
 ./lucene-libs/ directory, as well as the third-party libraries found 
 in the ./lib directory.