You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2010/05/03 20:38:18 UTC

svn commit: r940563 - /lucene/dev/trunk/solr/src/common/org/apache/solr/common/params/FacetParams.java

Author: hossman
Date: Mon May  3 18:38:18 2010
New Revision: 940563

URL: http://svn.apache.org/viewvc?rev=940563&view=rev
Log:
spelling mistakes

Modified:
    lucene/dev/trunk/solr/src/common/org/apache/solr/common/params/FacetParams.java

Modified: lucene/dev/trunk/solr/src/common/org/apache/solr/common/params/FacetParams.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/src/common/org/apache/solr/common/params/FacetParams.java?rev=940563&r1=940562&r2=940563&view=diff
==============================================================================
--- lucene/dev/trunk/solr/src/common/org/apache/solr/common/params/FacetParams.java (original)
+++ lucene/dev/trunk/solr/src/common/org/apache/solr/common/params/FacetParams.java Mon May  3 18:38:18 2010
@@ -204,12 +204,12 @@ public interface FacetParams {
    * <li>lower = all gap based ranges include their lower bound</li>
    * <li>upper = all gap based ranges include their upper bound</li>
    * <li>edge = the first and last gap ranges include their edge bounds (ie: lower 
-   *     for the first one, upper for the last one) even if the corrisponding 
+   *     for the first one, upper for the last one) even if the corresponding 
    *     upper/lower option is not specified
    * </li>
    * <li>outer = the FacetDateOther.BEFORE and FacetDateOther.AFTER ranges 
    *     should be inclusive of their bounds, even if the first or last ranges 
-   *     already include thouse boundaries.
+   *     already include those boundaries.
    * </li>
    * <li>all = shorthand for lower, upper, edge, and outer</li>
    * </ul>