Author: koji
Date: Sun Oct 18 00:31:01 2009
New Revision: 826321

URL: http://svn.apache.org/viewvc?rev=826321&view=rev
Log:
SOLR-1515: typo

Modified:
    lucene/solr/trunk/src/java/org/apache/solr/request/SolrQueryResponse.java

Modified: 
lucene/solr/trunk/src/java/org/apache/solr/request/SolrQueryResponse.java
URL: 
http://svn.apache.org/viewvc/lucene/solr/trunk/src/java/org/apache/solr/request/SolrQueryResponse.java?rev=826321&r1=826320&r2=826321&view=diff
==============================================================================
--- lucene/solr/trunk/src/java/org/apache/solr/request/SolrQueryResponse.java 
(original)
+++ lucene/solr/trunk/src/java/org/apache/solr/request/SolrQueryResponse.java 
Sun Oct 18 00:31:01 2009
@@ -50,7 +50,7 @@
  *  <li>null</li>
  * </ul>
  * <p>
- * Other data types may be added to the SolrQueryResponse, but there is no 
garuntee
+ * Other data types may be added to the SolrQueryResponse, but there is no 
guarantee
  * that QueryResponseWriters will be able to deal with unexpected types.
  * </p>
  *


Reply via email to