You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by eh...@apache.org on 2011/10/27 14:30:07 UTC

svn commit: r1189718 - /lucene/dev/trunk/solr/solrj/src/java/org/apache/solr/client/solrj/impl/CommonsHttpSolrServer.java

Author: ehatcher
Date: Thu Oct 27 12:30:07 2011
New Revision: 1189718

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

Modified:
    lucene/dev/trunk/solr/solrj/src/java/org/apache/solr/client/solrj/impl/CommonsHttpSolrServer.java

Modified: lucene/dev/trunk/solr/solrj/src/java/org/apache/solr/client/solrj/impl/CommonsHttpSolrServer.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/solrj/src/java/org/apache/solr/client/solrj/impl/CommonsHttpSolrServer.java?rev=1189718&r1=1189717&r2=1189718&view=diff
==============================================================================
--- lucene/dev/trunk/solr/solrj/src/java/org/apache/solr/client/solrj/impl/CommonsHttpSolrServer.java (original)
+++ lucene/dev/trunk/solr/solrj/src/java/org/apache/solr/client/solrj/impl/CommonsHttpSolrServer.java Thu Oct 27 12:30:07 2011
@@ -280,7 +280,7 @@ public class CommonsHttpSolrServer exten
     int tries = _maxRetries + 1;
     try {
       while( tries-- > 0 ) {
-        // Note: since we aren't do intermittent time keeping
+        // Note: since we aren't doing intermittent time keeping
         // ourselves, the potential non-timeout latency could be as
         // much as tries-times (plus scheduling effects) the given
         // timeAllowed.