javadoc spell fixes

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@808251 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2009-08-27 01:43:56 +00:00
parent 4e34506ba2
commit 56b27dafe2
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ import java.util.Arrays;
/**
* This is a subclass of RAMDirectory that adds methods
* intented to be used only by unit tests.
* intended to be used only by unit tests.
* @version $Id: RAMDirectory.java 437897 2006-08-29 01:13:10Z yonik $
*/
@ -95,7 +95,7 @@ public class MockRAMDirectory extends RAMDirectory {
}
/** Simulates a crash of OS or machine by overwriting
* unsycned files. */
* unsynced files. */
public synchronized void crash() throws IOException {
crashed = true;
openFiles = new HashMap();