You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2016/06/28 10:53:48 UTC

[2/4] lucene-solr:master: Trivial Spelling fix

Trivial Spelling fix

ToleranteUpdateProcessorFactory -> TolerantUpdateProcessorFactory

Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/ebffa9aa
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/ebffa9aa
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/ebffa9aa

Branch: refs/heads/master
Commit: ebffa9aa2aebd689db53ba363d5022b893c7eeb0
Parents: 6742355
Author: Alexandre Rafalovitch <ar...@gmail.com>
Authored: Mon Jun 13 23:22:49 2016 +1000
Committer: GitHub <no...@github.com>
Committed: Mon Jun 13 23:22:49 2016 +1000

----------------------------------------------------------------------
 .../src/java/org/apache/solr/common/ToleratedUpdateError.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/ebffa9aa/solr/solrj/src/java/org/apache/solr/common/ToleratedUpdateError.java
----------------------------------------------------------------------
diff --git a/solr/solrj/src/java/org/apache/solr/common/ToleratedUpdateError.java b/solr/solrj/src/java/org/apache/solr/common/ToleratedUpdateError.java
index fd8b8c7..55b9b8c 100644
--- a/solr/solrj/src/java/org/apache/solr/common/ToleratedUpdateError.java
+++ b/solr/solrj/src/java/org/apache/solr/common/ToleratedUpdateError.java
@@ -24,7 +24,7 @@ import org.apache.solr.common.SolrException.ErrorCode;
 
 /**
  * Models the basic information related to a single "tolerated" error that occured during updates.  
- * This class is only useful when the <code>ToleranteUpdateProcessorFactory</code> is used in an update 
+ * This class is only useful when the <code>TolerantUpdateProcessorFactory</code> is used in an update 
  * processor chain
  */
 public final class ToleratedUpdateError {