small typo fixes

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150735 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Naber 2005-01-21 18:28:35 +00:00
parent b19f7942f7
commit aea8b8ce36
1 changed files with 2 additions and 2 deletions

View File

@ -73,8 +73,8 @@ New features
(adapted from code contributed by Matt Quail; committed by Erik)
12. Added public static CompoundFileReader.main(String[] args) method.
CompoundFileReader can now be directly used at command line level
to list and optional extract the individual files from an existing
CompoundFileReader can now be used directly at command line level
to list and optionally extract the individual files from an existing
compound index file.
(adapted from code contributed by Garrett Rooney; committed by Bernhard)