comment typo fix

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1189718 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2011-10-27 12:30:07 +00:00
parent 29a17b885f
commit bcd8fc6522
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ public class CommonsHttpSolrServer extends SolrServer
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.