mirror of https://github.com/apache/lucene.git
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:
parent
15640369a7
commit
c745b824ae
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue