fix spelling

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

View File

@ -246,7 +246,7 @@ public class SegmentReader extends IndexReader implements Cloneable {
// point. If the exception occurred while
// initialzing the core readers, then
// origInstance will be null, and we don't want
// to call FieldcAche.purge (it leads to NPE):
// to call FieldCache.purge (it leads to NPE):
if (origInstance != null) {
FieldCache.DEFAULT.purge(origInstance);
}