fixed spelling, again

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@903746 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2010-01-27 17:28:15 +00:00
parent 15640369a7
commit c745b824ae
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ public class SegmentReader extends IndexReader implements Cloneable {
// Force FieldCache to evict our entries at this
// point. If the exception occurred while
// initialzing the core readers, then
// initializing the core readers, then
// origInstance will be null, and we don't want
// to call FieldCache.purge (it leads to NPE):
if (origInstance != null) {