fix silly typo in comment

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1044940 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2010-12-12 22:11:31 +00:00
parent 0db62822e0
commit a586a6d741
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ final class TermVectorsTermsWriter extends TermsHashConsumer {
// hit non-aborting exceptions, in which case we will
// not have yet init'd the TermVectorsWriter. This is
// actually OK (unlike in the stored fields case)
// because, although IieldInfos.hasVectors() will return
// because, although FieldInfos.hasVectors() will return
// true, the TermVectorsReader gracefully handles
// non-existence of the term vectors files.