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 11:08:48 UTC

lucene-solr:branch_6x: Trivial name spelling fix for SOLR-445. Cherry-picked 8c47d20

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x d0346d606 -> c8f9973a1


Trivial name spelling fix for SOLR-445. Cherry-picked 8c47d20


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

Branch: refs/heads/branch_6x
Commit: c8f9973a106c57075601d963f13b5e0997f14f7d
Parents: d0346d6
Author: Shalin Shekhar Mangar <sh...@apache.org>
Authored: Tue Jun 28 16:38:51 2016 +0530
Committer: Shalin Shekhar Mangar <sh...@apache.org>
Committed: Tue Jun 28 16:38:51 2016 +0530

----------------------------------------------------------------------
 solr/CHANGES.txt                                                   | 2 +-
 .../src/java/org/apache/solr/common/ToleratedUpdateError.java      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/c8f9973a/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 88ca2e3..99fd81c 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -119,7 +119,7 @@ New Features
 * SOLR-8859: Spatial fields like RPT can now be configured to use Spatial4j registered shape formats
   e.g. via format="GeoJSON".  (ryan, David Smiley)
 
-* SOLR-445: new ToleranteUpdateProcessorFactory to support skipping update commands that cause
+* SOLR-445: new TolerantUpdateProcessorFactory to support skipping update commands that cause
   failures when sending multiple updates in a single request.
   (Erick Erickson, Tom�s Fern�ndez L�bbe, Anshum Gupta, hossman)
 

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/c8f9973a/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 {