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 eh...@apache.org on 2008/12/09 22:22:18 UTC

svn commit: r724896 - /lucene/solr/trunk/src/java/org/apache/solr/update/DocumentBuilder.java

Author: ehatcher
Date: Tue Dec  9 13:22:18 2008
New Revision: 724896

URL: http://svn.apache.org/viewvc?rev=724896&view=rev
Log:
fix javadoc typo

Modified:
    lucene/solr/trunk/src/java/org/apache/solr/update/DocumentBuilder.java

Modified: lucene/solr/trunk/src/java/org/apache/solr/update/DocumentBuilder.java
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/src/java/org/apache/solr/update/DocumentBuilder.java?rev=724896&r1=724895&r2=724896&view=diff
==============================================================================
--- lucene/solr/trunk/src/java/org/apache/solr/update/DocumentBuilder.java (original)
+++ lucene/solr/trunk/src/java/org/apache/solr/update/DocumentBuilder.java Tue Dec  9 13:22:18 2008
@@ -184,7 +184,7 @@
   /**
    * Convert a SolrInputDocument to a lucene Document.
    * 
-   * This function shoould go elsewhere.  This builds the Document without an
+   * This function should go elsewhere.  This builds the Document without an
    * extra Map<> checking for multiple values.  For more discussion, see:
    * http://www.nabble.com/Re%3A-svn-commit%3A-r547493---in--lucene-solr-trunk%3A-.--src-java-org-apache-solr-common--src-java-org-apache-solr-schema--src-java-org-apache-solr-update--src-test-org-apache-solr-common--tf3931539.html
    *