From ebffa9aa2aebd689db53ba363d5022b893c7eeb0 Mon Sep 17 00:00:00 2001 From: Alexandre Rafalovitch Date: Mon, 13 Jun 2016 23:22:49 +1000 Subject: [PATCH] Trivial Spelling fix ToleranteUpdateProcessorFactory -> TolerantUpdateProcessorFactory --- .../src/java/org/apache/solr/common/ToleratedUpdateError.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 fd8b8c79eea..55b9b8c7a4d 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 ToleranteUpdateProcessorFactory is used in an update + * This class is only useful when the TolerantUpdateProcessorFactory is used in an update * processor chain */ public final class ToleratedUpdateError {