You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by ot...@apache.org on 2007/04/27 19:43:35 UTC

svn commit: r533176 - /lucene/solr/trunk/src/java/org/apache/solr/search/SolrCache.java

Author: otis
Date: Fri Apr 27 10:43:34 2007
New Revision: 533176

URL: http://svn.apache.org/viewvc?view=rev&rev=533176
Log:
- Fixed typos

Modified:
    lucene/solr/trunk/src/java/org/apache/solr/search/SolrCache.java

Modified: lucene/solr/trunk/src/java/org/apache/solr/search/SolrCache.java
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/src/java/org/apache/solr/search/SolrCache.java?view=diff&rev=533176&r1=533175&r2=533176
==============================================================================
--- lucene/solr/trunk/src/java/org/apache/solr/search/SolrCache.java (original)
+++ lucene/solr/trunk/src/java/org/apache/solr/search/SolrCache.java Fri Apr 27 10:43:34 2007
@@ -62,13 +62,13 @@
   // change to NamedList when other plugins do?
 
   /**
-   * Name the Cache can be refrenced with by SolrRequestHandlers.
+   * Name the Cache can be referenced with by SolrRequestHandlers.
    *
    * This method must return the identifier that the Cache instance 
    * expects SolrRequestHandlers to use when requesting access to it 
    * from the SolrIndexSearcher.  It is <strong>strongly</strong> 
-   * recommended thta this method return the value of the "name" 
-   * paramater from the init args.
+   * recommended that this method return the value of the "name" 
+   * parameter from the init args.
    *
    * :TODO: verify this.
    */
@@ -134,4 +134,3 @@
   public void close();
 
 }
-