From 27b84461c4d87ef51b471db2fad96352d75a88ae Mon Sep 17 00:00:00 2001 From: Erik Hatcher Date: Wed, 9 Jan 2013 10:56:18 +0000 Subject: [PATCH] fix spelling in comment git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1430781 13f79535-47bb-0310-9956-ffa450edef68 --- .../update/processor/FieldMutatingUpdateProcessorFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/core/src/java/org/apache/solr/update/processor/FieldMutatingUpdateProcessorFactory.java b/solr/core/src/java/org/apache/solr/update/processor/FieldMutatingUpdateProcessorFactory.java index 249cf0b28ff..01b0f536e3c 100644 --- a/solr/core/src/java/org/apache/solr/update/processor/FieldMutatingUpdateProcessorFactory.java +++ b/solr/core/src/java/org/apache/solr/update/processor/FieldMutatingUpdateProcessorFactory.java @@ -242,7 +242,7 @@ public abstract class FieldMutatingUpdateProcessorFactory /** * Removes all instance of the key from NamedList, returning the Set of - * Strings that key refered to. Throws an error if the key didn't refer + * Strings that key referred to. Throws an error if the key didn't refer * to one or more strings (or arrays of strings) * @exception SolrException invalid arr/str structure. */