Fix typos in not-yet-released sections

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054150 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2010-12-31 17:51:47 +00:00
parent 9f72957010
commit bb65710fa4
1 changed files with 1 additions and 1 deletions

View File

@ -814,7 +814,7 @@ Test Cases
temp and data directories inside test cases. It is now centralized in
LuceneTestCase(J4). Also changed lots of tests to use
getClass().getResourceAsStream() to retrieve test data. Tests needing
access to "real" files from the test folder itsself, can use
access to "real" files from the test folder itself, can use
LuceneTestCase(J4).getDataFile(). (Uwe Schindler)
* LUCENE-2398, LUCENE-2611: Improve tests to work better from IDEs such