spelling nit

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@901710 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2010-01-21 13:52:39 +00:00
parent 2ec53bcf2d
commit 63339a15e0
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ import java.util.*;
* Internally uses a Map to temporally hold a reference to every
* object seen.
*
* If checkIntered, all Strings checked will be interned, but those
* If checkInterned, all Strings checked will be interned, but those
* that were not already interned will be released for GC when the
* estimate is complete.
*/