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

This commit is contained in:
Shalin Shekhar Mangar 2016-06-28 16:38:51 +05:30
parent d0346d606e
commit c8f9973a10
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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 {