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 {