git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1181664 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dawid Weiss 2011-10-11 08:52:35 +00:00
parent f55180c53e
commit b438b265aa

View File

@ -35,7 +35,7 @@ import org.junit.BeforeClass;
/**
* Test demonstrating EOF bug on the last field of the last doc
* if other docs have allready been accessed.
* if other docs have already been accessed.
*/
public class TestLazyBug extends LuceneTestCase {