Trivial name spelling fix for SOLR-445

Merge branch 'patch-3' of https://github.com/arafalov/lucene-solr-1

This closes #43
This commit is contained in:
Shalin Shekhar Mangar 2016-06-28 16:21:22 +05:30
commit adaabaf834
2 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,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 {