fix for a typo in a javadoc comment

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150589 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Naber 2004-10-10 18:37:47 +00:00
parent 31fdebb91c
commit 38fb6ab76d
1 changed files with 1 additions and 1 deletions

View File

@ -583,7 +583,7 @@ public abstract class IndexReader {
* Get a list of unique field names that exist in this index, are indexed, and have
* the specified term vector information.
*
* @param tvSpec specifies which term vector information shoul dbe available for the fields
* @param tvSpec specifies which term vector information should be available for the fields
* @return Collection of Strings indicating the names of the fields
*/
public abstract Collection getIndexedFieldNames(Field.TermVector tvSpec);