fix spelling in comment

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1430781 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2013-01-09 10:56:18 +00:00
parent 21388e0e37
commit 27b84461c4
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/