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 bd...@apache.org on 2006/12/21 10:13:21 UTC

svn commit: r489296 - /incubator/solr/trunk/src/java/org/apache/solr/search/QueryParsing.java

Author: bdelacretaz
Date: Thu Dec 21 01:13:20 2006
New Revision: 489296

URL: http://svn.apache.org/viewvc?view=rev&rev=489296
Log:
SOLR-90, typo in comments

Modified:
    incubator/solr/trunk/src/java/org/apache/solr/search/QueryParsing.java

Modified: incubator/solr/trunk/src/java/org/apache/solr/search/QueryParsing.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/search/QueryParsing.java?view=diff&rev=489296&r1=489295&r2=489296
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/search/QueryParsing.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/search/QueryParsing.java Thu Dec 21 01:13:20 2006
@@ -407,8 +407,8 @@
    * <p>
    * The benefit of using this method instead of calling 
    * <code>Query.toString</code> directly is that it knows about the data
-   *  types of each field, so any field which is encoded in a particularly 
-   * complex way is still readable.  The downside is thta it only knows 
+   * types of each field, so any field which is encoded in a particularly 
+   * complex way is still readable. The downside is that it only knows 
    * about built in Query types, and will not be able to format custom 
    * Query classes.
    * </p>